فهرست منبع

uac: add debugging information also for display name removal case

Henning Westerholt 6 سال پیش
والد
کامیت
951570df48
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/modules/uac/replace.c

+ 1 - 0
src/modules/uac/replace.c

@@ -326,6 +326,7 @@ int replace_uri( struct sip_msg *msg, str *display, str *uri,
 		/* some new display to set? */
 		if (display->len)
 		{
+			LM_DBG("adding new display [%.*s]\n", display->len, display->s);
 			/* add the new display exactly over the deleted one */
 			buf.s = pkg_malloc( display->len + 2 );
 			if (buf.s==0)