Browse Source

core: rephrased debug message about no 2nd via in reply

Daniel-Constantin Mierla 13 years ago
parent
commit
8bc7114c6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      forward.c

+ 1 - 1
forward.c

@@ -799,7 +799,7 @@ int forward_reply(struct sip_msg* msg)
 		|| (msg->via2==0) || (msg->via2->error!=PARSE_OK))
 		|| (msg->via2==0) || (msg->via2->error!=PARSE_OK))
 	{
 	{
 		/* no second via => error */
 		/* 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;
 		goto error;
 	}
 	}