Browse Source

tm: error log message about new final reply made info

- can happen due to races of packets on the network
Daniel-Constantin Mierla 6 năm trước cách đây
mục cha
commit
3d43f546dd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 	}