Module: kamailio
Branch: master
Commit: af0f0000c4755d01f668570bc6db71f2f534a5c0
URL:
https://github.com/kamailio/kamailio/commit/af0f0000c4755d01f668570bc6db71f…
Author: Xenofon Karamanos <xk(a)gilawa.com>
Committer: Xenofon Karamanos <xk(a)gilawa.com>
Date: 2024-11-14T16:10:38Z
tm: Fix log level
---
Modified: src/modules/tm/t_cancel.c
---
Diff:
https://github.com/kamailio/kamailio/commit/af0f0000c4755d01f668570bc6db71f…
Patch:
https://github.com/kamailio/kamailio/commit/af0f0000c4755d01f668570bc6db71f…
---
diff --git a/src/modules/tm/t_cancel.c b/src/modules/tm/t_cancel.c
index 5f733d71cc1..832fdf89dc1 100644
--- a/src/modules/tm/t_cancel.c
+++ b/src/modules/tm/t_cancel.c
@@ -360,7 +360,7 @@ int cancel_branch(struct cell *t, int branch, sip_msg_t *cancel_msg,
set_route_type(REQUEST_ROUTE);
init_run_actions_ctx(&ctx);
if(rt >= 0) {
- LM_ALERT("tm:local-request found [%d]\n", rt);
+ LM_DBG("tm:local-request found [%d]\n", rt);
run_top_route(event_rt.rlist[rt], &msg, 0);
} else {
if(keng != NULL) {