Module: kamailio Branch: 5.7 Commit: 73e860525a52d8c8e07aced4b7aa6a9ee6c95865 URL: https://github.com/kamailio/kamailio/commit/73e860525a52d8c8e07aced4b7aa6a9ee6c95865
Author: Xenofon Karamanos <x...@gilawa.com> Committer: Xenofon Karamanos <x...@gilawa.com> Date: 2024-11-14T16:35:31Z tm: Fix log level (cherry picked from commit af0f0000c4755d01f668570bc6db71f2f534a5c0) --- Modified: src/modules/tm/t_cancel.c --- Diff: https://github.com/kamailio/kamailio/commit/73e860525a52d8c8e07aced4b7aa6a9ee6c95865.diff Patch: https://github.com/kamailio/kamailio/commit/73e860525a52d8c8e07aced4b7aa6a9ee6c95865.patch --- diff --git a/src/modules/tm/t_cancel.c b/src/modules/tm/t_cancel.c index 61ca959a1bf..2bc0101112b 100644 --- a/src/modules/tm/t_cancel.c +++ b/src/modules/tm/t_cancel.c @@ -359,7 +359,7 @@ int cancel_branch( 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!