Pārlūkot izejas kodu

tm: error log message about new final reply made info

- can happen due to races of packets on the network
Daniel-Constantin Mierla 6 gadi atpakaļ
vecāks
revīzija
3d43f546dd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
 	}