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; }