소스 검색

module/tm: changed log level from WARN to DBG for informational message

Jason Penton 12 년 전
부모
커밋
a3bddf300f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/tm/t_reply.c

+ 1 - 1
modules/tm/t_reply.c

@@ -910,7 +910,7 @@ void faked_env(struct cell *t, struct sip_msg *msg, int is_async_env) {
 		} else {
 			/*we don't need to restore anything as there was no "environment" prior 
 						    to continuing (we are in a different process)*/
-			LM_WARN("nothing to restore in async continue, useless call\n");
+			LOG(L_DBG, "nothing to restore in async continue, useless call\n");
 		}
 	}
 }