From 9189ed6168a617a5dbea2199c615f3ca7925dca4 Mon Sep 17 00:00:00 2001 From: jaybeepee Date: Wed, 28 Oct 2015 10:31:40 +0200 Subject: [PATCH] modules/ims_usrloc_scscf: changed logging from ERR to DBG --- modules/ims_usrloc_scscf/contact_dlg_handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ims_usrloc_scscf/contact_dlg_handlers.c b/modules/ims_usrloc_scscf/contact_dlg_handlers.c index 7a68850601f..8b924b4710c 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);