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
  • Loading branch information
miconda committed Nov 18, 2020
1 parent 59f6ddb commit 3214ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tm/t_serial.c
Expand Up @@ -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");
Expand Down

0 comments on commit 3214ecd

Please sign in to comment.