[sr-dev] git:master:3d43f546: tm: error log message about new final reply made info

Daniel-Constantin Mierla miconda at gmail.com
Thu Dec 13 10:23:45 CET 2018


Module: kamailio
Branch: master
Commit: 3d43f546ddff613c50068c9d47521a15b42f1c7b
URL: https://github.com/kamailio/kamailio/commit/3d43f546ddff613c50068c9d47521a15b42f1c7b

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2018-12-13T10:22:35+01:00

tm: error log message about new final reply made info

- can happen due to races of packets on the network

---

Modified: src/modules/tm/t_reply.c

---

Diff:  https://github.com/kamailio/kamailio/commit/3d43f546ddff613c50068c9d47521a15b42f1c7b.diff
Patch: https://github.com/kamailio/kamailio/commit/3d43f546ddff613c50068c9d47521a15b42f1c7b.patch

---

diff --git a/src/modules/tm/t_reply.c b/src/modules/tm/t_reply.c
index 859c73cd37..81f041fc60 100644
--- a/src/modules/tm/t_reply.c
+++ b/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;
 	}




More information about the sr-dev mailing list