Skip to content

Commit

Permalink
Improved debugging message to make it more useful.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsandras committed Aug 7, 2013
1 parent c2d545b commit 6293f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/presence/presentity.c
Expand Up @@ -551,7 +551,7 @@ int update_presentity(struct sip_msg* msg, presentity_t* presentity, int* sent_r
if (p) {

turn = p->last_turn++;
LM_DBG("xXx - my turn is %d, current turn is %d\n",turn, p->current_turn);
LM_DBG("xXx - %.*s my turn is %d, current turn is %d\n",pres_uri.len, pres_uri.s, turn, p->current_turn);

/* wait to get our turn as order of handling pubishs
(need to wait the ongoing published to terminate
Expand Down

0 comments on commit 6293f51

Please sign in to comment.