[sr-dev] git:master: core: log message for no 2nd via in reply sent to L_DBG

Daniel-Constantin Mierla miconda at gmail.com
Wed Feb 16 10:55:00 CET 2011


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Feb 16 10:53:31 2011 +0100

core: log message for no 2nd via in reply sent to L_DBG

---

 forward.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/forward.c b/forward.c
index 175f54b..f073f7c 100644
--- a/forward.c
+++ b/forward.c
@@ -783,7 +783,7 @@ int forward_reply(struct sip_msg* msg)
 		|| (msg->via2==0) || (msg->via2->error!=PARSE_OK))
 	{
 		/* no second via => error */
-		LOG(L_INFO, "broken reply to forward - no 2nd via\n");
+		LOG(L_DBG, "broken reply to forward - no 2nd via\n");
 		goto error;
 	}
 




More information about the sr-dev mailing list