Module: kamailio Branch: 5.2 Commit: 410eaf2fb0e30299b6a9ea65f735f083d1cd273b URL: https://github.com/kamailio/kamailio/commit/410eaf2fb0e30299b6a9ea65f735f083...
Author: Henning Westerholt hw@kamailio.org Committer: Henning Westerholt hw@kamailio.org Date: 2019-03-18T20:10:30+01:00
uac: add debugging information also for display name removal case
(cherry picked from commit 951570df487310537371468491c6eaa33d4fb0ee)
---
Modified: src/modules/uac/replace.c
---
Diff: https://github.com/kamailio/kamailio/commit/410eaf2fb0e30299b6a9ea65f735f083... Patch: https://github.com/kamailio/kamailio/commit/410eaf2fb0e30299b6a9ea65f735f083...
---
diff --git a/src/modules/uac/replace.c b/src/modules/uac/replace.c index 1b764f3796..ddc82360bb 100644 --- a/src/modules/uac/replace.c +++ b/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)