소스 검색

tm: error log message about new final reply made info

- can happen due to races of packets on the network
Daniel-Constantin Mierla 6 년 전
부모
커밋
3d43f546dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/tm/t_reply.c

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

@@ -477,7 +477,7 @@ static int _reply_light( struct cell *trans, char* buf, unsigned int len,
 
 	if (lock) LOCK_REPLIES( trans );
 	if (trans->uas.status>=200) {
-		LM_ERR("can't generate %d reply when a final %d was sent out\n",
+		LM_INFO("can't generate %d reply when a final %d was sent out\n",
 				code, trans->uas.status);
 		goto error2;
 	}