瀏覽代碼

tm: Fix log level

(cherry picked from commit af0f0000c4755d01f668570bc6db71f2f534a5c0)
Xenofon Karamanos 10 月之前
父節點
當前提交
701ebefaf6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/tm/t_cancel.c

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