Ver código fonte

tm: print ruri mode in debug message from t load contacts

Daniel-Constantin Mierla 4 anos atrás
pai
commit
3214ecd8ee
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/modules/tm/t_serial.c

+ 1 - 1
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");