From 3214ecd8ee82d1b69cde57d96dddefe1301c190c Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Wed, 18 Nov 2020 14:14:48 +0100 Subject: [PATCH] tm: print ruri mode in debug message from t load contacts --- src/modules/tm/t_serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/tm/t_serial.c b/src/modules/tm/t_serial.c index 13611cdb54c..e7e9c8eedcf 100644 --- a/src/modules/tm/t_serial.c +++ b/src/modules/tm/t_serial.c @@ -337,7 +337,7 @@ int ki_t_load_contacts_mode(struct sip_msg* msg, int mode) } /* Check if anything needs to be done */ - LM_DBG("nr_branches is %d\n", nr_branches); + LM_DBG("nr_branches is %d - new uri mode %d\n", nr_branches, ruri_is_new); if ((nr_branches == 0) || ((nr_branches == 1) && !ruri_is_new)) { LM_DBG("nothing to do - only one contact!\n");