Skip to content

Commit

Permalink
tm: print ruri mode in debug message from t load contacts
Browse files Browse the repository at this point in the history
(cherry picked from commit 3214ecd)
  • Loading branch information
miconda authored and henningw committed Dec 21, 2020
1 parent 833e3d0 commit a9a35d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tm/t_serial.c
Expand Up @@ -188,7 +188,7 @@ int ki_t_load_contacts(struct sip_msg* msg)
}

/* 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");
Expand Down

0 comments on commit a9a35d0

Please sign in to comment.