Module: sip-router
Branch: master
Commit: 8bc7114c6a915985ca2f4e9ab50ea608437c7256
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8bc7114…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Sun Aug 19 21:29:06 2012 +0200
core: rephrased debug message about no 2nd via in reply
---
forward.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/forward.c b/forward.c
index f04087e..b259ecf 100644
--- a/forward.c
+++ b/forward.c
@@ -799,7 +799,7 @@ int forward_reply(struct sip_msg* msg)
|| (msg->via2==0) || (msg->via2->error!=PARSE_OK))
{
/* no second via => error */
- LOG(L_DBG, "broken reply to forward - no 2nd via\n");
+ LOG(L_DBG, "reply cannot be forwarded - no 2nd via\n");
goto error;
}