[sr-dev] git:master:2daa351d: core : add word to log get_boundary function

GitHub noreply at github.com
Mon Nov 19 12:57:29 CET 2018


Module: kamailio
Branch: master
Commit: 2daa351dd0cf716284ff90cd57d2241ee97f165d
URL: https://github.com/kamailio/kamailio/commit/2daa351dd0cf716284ff90cd57d2241ee97f165d

Author: Yasin CANER <ycaner06 at users.noreply.github.com>
Committer: GitHub <noreply at github.com>
Date: 2018-11-19T10:00:40+03:00

core : add word to log get_boundary function

added  word to log for more understanding

---

Modified: src/core/msg_translator.c

---

Diff:  https://github.com/kamailio/kamailio/commit/2daa351dd0cf716284ff90cd57d2241ee97f165d.diff
Patch: https://github.com/kamailio/kamailio/commit/2daa351dd0cf716284ff90cd57d2241ee97f165d.patch

---

diff --git a/src/core/msg_translator.c b/src/core/msg_translator.c
index 83cdd134ca..a272aeb6bc 100644
--- a/src/core/msg_translator.c
+++ b/src/core/msg_translator.c
@@ -1713,7 +1713,7 @@ int get_boundary(struct sip_msg* msg, str* boundary)
 		msg->content_type->body.len);
 	if (params.s == NULL)
 	{
-		LM_INFO("Content-Type hdr has no params <%.*s>\n",
+		LM_INFO("Content-Type hdr has no boundary params <%.*s>\n",
 				msg->content_type->body.len, msg->content_type->body.s);
 		return -1;
 	}




More information about the sr-dev mailing list