Răsfoiți Sursa

uac: add debugging information also for display name removal case

Henning Westerholt 6 ani în urmă
părinte
comite
951570df48
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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)