From 1d073ec529053c6bc649398578068f749e11d253 Mon Sep 17 00:00:00 2001 From: Alexandr Dubovikov Date: Tue, 20 Jun 2017 13:15:38 +0200 Subject: [PATCH] modules/topoh: fixed log's level. --- src/modules/topoh/topoh_mod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/topoh/topoh_mod.c b/src/modules/topoh/topoh_mod.c index 23679a2b5df..91a1b7f29c1 100644 --- a/src/modules/topoh/topoh_mod.c +++ b/src/modules/topoh/topoh_mod.c @@ -557,7 +557,7 @@ int th_execute_event_route(sip_msg_t *msg, sr_event_param_t *evp) } set_route_type(rtb); if(ctx.run_flags&DROP_R_F) { - LM_ERR("exit due to 'drop' in event route\n"); + LM_DBG("exit due to 'drop' in event route\n"); p_onsend=NULL; return 1; }