Module: kamailio
Branch: master
Commit: 2daa351dd0cf716284ff90cd57d2241ee97f165d
URL:
https://github.com/kamailio/kamailio/commit/2daa351dd0cf716284ff90cd57d2241…
Author: Yasin CANER <ycaner06(a)users.noreply.github.com>
Committer: GitHub <noreply(a)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/2daa351dd0cf716284ff90cd57d2241…
Patch:
https://github.com/kamailio/kamailio/commit/2daa351dd0cf716284ff90cd57d2241…
---
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;
}