[sr-dev] git:master:9189ed61: modules/ims_usrloc_scscf: changed logging from ERR to DBG
jaybeepee
jason.penton at gmail.com
Wed Oct 28 09:32:01 CET 2015
Module: kamailio
Branch: master
Commit: 9189ed6168a617a5dbea2199c615f3ca7925dca4
URL: https://github.com/kamailio/kamailio/commit/9189ed6168a617a5dbea2199c615f3ca7925dca4
Author: jaybeepee <jason.penton at gmail.com>
Committer: jaybeepee <jason.penton at gmail.com>
Date: 2015-10-28T10:31:40+02:00
modules/ims_usrloc_scscf: changed logging from ERR to DBG
---
Modified: modules/ims_usrloc_scscf/contact_dlg_handlers.c
---
Diff: https://github.com/kamailio/kamailio/commit/9189ed6168a617a5dbea2199c615f3ca7925dca4.diff
Patch: https://github.com/kamailio/kamailio/commit/9189ed6168a617a5dbea2199c615f3ca7925dca4.patch
---
diff --git a/modules/ims_usrloc_scscf/contact_dlg_handlers.c b/modules/ims_usrloc_scscf/contact_dlg_handlers.c
index 7a68850..8b924b4 100644
--- a/modules/ims_usrloc_scscf/contact_dlg_handlers.c
+++ b/modules/ims_usrloc_scscf/contact_dlg_handlers.c
@@ -95,7 +95,7 @@ static void contact_dlg_handler(struct dlg_cell* dlg, int cb_types, struct dlg_c
//for now we will abort if there is no dlg_out.... TODO maybe we can only do the caller side....
if (dlg->dlg_entry_out.first == 0x00) {
- LM_ERR("no dlg out... ignoring!!! for type [%d]\n",cb_types);
+ LM_DBG("no dlg out... ignoring!!! for type [%d] - usually happens on failure response in dialog\n",cb_types);
return;
}
register_udomain("location", &_d);
More information about the sr-dev
mailing list