From 6293f51787d9aa0c2e56fb2ab0345e781187b293 Mon Sep 17 00:00:00 2001 From: Damien Sandras Date: Wed, 7 Aug 2013 10:43:25 +0200 Subject: [PATCH] Improved debugging message to make it more useful. --- modules/presence/presentity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/presence/presentity.c b/modules/presence/presentity.c index c849d92e1a..470524b6cc 100644 --- a/modules/presence/presentity.c +++ b/modules/presence/presentity.c @@ -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