summaryrefslogtreecommitdiff
path: root/test/sip/sipsrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sip/sipsrv.c')
-rw-r--r--test/sip/sipsrv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sip/sipsrv.c b/test/sip/sipsrv.c
index 686d587..76b4b6f 100644
--- a/test/sip/sipsrv.c
+++ b/test/sip/sipsrv.c
@@ -189,7 +189,8 @@ static bool sip_msg_handler(const struct sip_msg *msg, void *arg)
int err = 0;
#if 0
- DEBUG_NOTICE("recv %r via %s\n", &msg->met, sip_transp_name(msg->tp));
+ DEBUG_NOTICE("[%u] recv %r via %s\n", srv->instance,
+ &msg->met, sip_transp_name(msg->tp));
#endif
srv->tp_last = msg->tp;