Module: kamailio Branch: master Commit: 9189ed6168a617a5dbea2199c615f3ca7925dca4 URL: https://github.com/kamailio/kamailio/commit/9189ed6168a617a5dbea2199c615f3ca...
Author: jaybeepee jason.penton@gmail.com Committer: jaybeepee jason.penton@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/9189ed6168a617a5dbea2199c615f3ca... Patch: https://github.com/kamailio/kamailio/commit/9189ed6168a617a5dbea2199c615f3ca...
---
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);