Module: kamailio Branch: master Commit: 1d073ec529053c6bc649398578068f749e11d253 URL: https://github.com/kamailio/kamailio/commit/1d073ec529053c6bc649398578068f74...
Author: Alexandr Dubovikov alexandr.dubovikov@gmail.com Committer: Alexandr Dubovikov alexandr.dubovikov@gmail.com Date: 2017-06-20T13:15:38+02:00
modules/topoh: fixed log's level.
---
Modified: src/modules/topoh/topoh_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/1d073ec529053c6bc649398578068f74... Patch: https://github.com/kamailio/kamailio/commit/1d073ec529053c6bc649398578068f74...
---
diff --git a/src/modules/topoh/topoh_mod.c b/src/modules/topoh/topoh_mod.c index 23679a2b5d..91a1b7f29c 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; }