[sr-dev] git:master: module/tm: changed log level from WARN to DBG for informational message

Jason Penton jason.penton at gmail.com
Wed Oct 9 17:56:03 CEST 2013


Module: sip-router
Branch: master
Commit: a3bddf300ff82b9d811acb5dd6ec2e25f0eab07c
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a3bddf300ff82b9d811acb5dd6ec2e25f0eab07c

Author: Jason Penton <jason.penton at smilecoms.com>
Committer: Jason Penton <jason.penton at smilecoms.com>
Date:   Wed Oct  9 17:55:20 2013 +0200

module/tm: changed log level from WARN to DBG for informational message

---

 modules/tm/t_reply.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/tm/t_reply.c b/modules/tm/t_reply.c
index 351eac3..6b64abc 100644
--- a/modules/tm/t_reply.c
+++ b/modules/tm/t_reply.c
@@ -910,7 +910,7 @@ void faked_env(struct cell *t, struct sip_msg *msg, int is_async_env) {
 		} else {
 			/*we don't need to restore anything as there was no "environment" prior 
 						    to continuing (we are in a different process)*/
-			LM_WARN("nothing to restore in async continue, useless call\n");
+			LOG(L_DBG, "nothing to restore in async continue, useless call\n");
 		}
 	}
 }




More information about the sr-dev mailing list