Explorar o código

uac: add debugging information also for display name removal case

Henning Westerholt %!s(int64=6) %!d(string=hai) anos
pai
achega
951570df48
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)