2
0
Эх сурвалжийг харах

tm: Fix log level

(cherry picked from commit af0f0000c4755d01f668570bc6db71f2f534a5c0)
Xenofon Karamanos 10 сар өмнө
parent
commit
701ebefaf6

+ 1 - 1
src/modules/tm/t_cancel.c

@@ -359,7 +359,7 @@ int cancel_branch(
 	set_route_type(REQUEST_ROUTE);
 	set_route_type(REQUEST_ROUTE);
 	init_run_actions_ctx(&ctx);
 	init_run_actions_ctx(&ctx);
 	if(rt >= 0) {
 	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);
 		run_top_route(event_rt.rlist[rt], &msg, 0);
 	} else {
 	} else {
 		if(keng != NULL) {
 		if(keng != NULL) {