Module: kamailio Branch: master Commit: 84055140f04ca6e8296bdd4d03e02625e71a6ea1 URL: https://github.com/kamailio/kamailio/commit/84055140f04ca6e8296bdd4d03e02625...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: GitHub noreply@github.com Date: 2017-06-20T15:41:50+02:00
Merge pull request #1156 from adubovikov/master
modules/topoh: fixed log's level.
---
Modified: src/modules/topoh/topoh_mod.c
---
Diff: https://github.com/kamailio/kamailio/commit/84055140f04ca6e8296bdd4d03e02625... Patch: https://github.com/kamailio/kamailio/commit/84055140f04ca6e8296bdd4d03e02625...
---
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; }