[sr-dev] git:master:6b80de3f: modules/ims_dialog: changed log line from ERR to DBG

jaybeepee jason.penton at gmail.com
Fri Feb 12 19:05:27 CET 2016


Module: kamailio
Branch: master
Commit: 6b80de3f9d4a69979ee1a3f2e7f8bbd72191d915
URL: https://github.com/kamailio/kamailio/commit/6b80de3f9d4a69979ee1a3f2e7f8bbd72191d915

Author: jaybeepee <jason.penton at gmail.com>
Committer: jaybeepee <jason.penton at gmail.com>
Date: 2016-02-12T20:01:54+02:00

modules/ims_dialog: changed log line from ERR to DBG

---

Modified: modules/ims_dialog/dlg_handlers.c

---

Diff:  https://github.com/kamailio/kamailio/commit/6b80de3f9d4a69979ee1a3f2e7f8bbd72191d915.diff
Patch: https://github.com/kamailio/kamailio/commit/6b80de3f9d4a69979ee1a3f2e7f8bbd72191d915.patch

---

diff --git a/modules/ims_dialog/dlg_handlers.c b/modules/ims_dialog/dlg_handlers.c
index 323b7c9..ba38de8 100644
--- a/modules/ims_dialog/dlg_handlers.c
+++ b/modules/ims_dialog/dlg_handlers.c
@@ -1280,7 +1280,7 @@ void dlg_onreply(struct cell* t, int type, struct tmcb_params *param) {
 
             to_tag = get_to(rpl)->tag_value;
             if (to_tag.s == 0 || to_tag.len == 0) {
-                LM_ERR("missing TAG param in TO hdr :-/\n");
+                LM_DBG("missing TAG param in TO hdr :-/ - probably a failure response\n");
                 to_tag.s = 0;
                 to_tag.len = 0;
                 //Here we assume that the transaction module timer will remove any early dialogs




More information about the sr-dev mailing list