Explorar o código

tm: error log message about new final reply made info

- can happen due to races of packets on the network
Daniel-Constantin Mierla %!s(int64=6) %!d(string=hai) anos
pai
achega
3d43f546dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 	}