[sr-dev] git:master:1d073ec5: modules/topoh: fixed log's level.

Alexandr Dubovikov alexandr.dubovikov at gmail.com
Tue Jun 20 15:41:54 CEST 2017


Module: kamailio
Branch: master
Commit: 1d073ec529053c6bc649398578068f749e11d253
URL: https://github.com/kamailio/kamailio/commit/1d073ec529053c6bc649398578068f749e11d253

Author: Alexandr Dubovikov <alexandr.dubovikov at gmail.com>
Committer: Alexandr Dubovikov <alexandr.dubovikov at 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/1d073ec529053c6bc649398578068f749e11d253.diff
Patch: https://github.com/kamailio/kamailio/commit/1d073ec529053c6bc649398578068f749e11d253.patch

---

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




More information about the sr-dev mailing list