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

Author: Xenofon Karamanos <x...@gilawa.com>
Committer: Xenofon Karamanos <x...@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/af0f0000c4755d01f668570bc6db71f2f534a5c0.diff
Patch: 
https://github.com/kamailio/kamailio/commit/af0f0000c4755d01f668570bc6db71f2f534a5c0.patch

---

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) {

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to