Преглед на файлове

core : add word to log get_boundary function

added  word to log for more understanding
Yasin CANER преди 6 години
родител
ревизия
2daa351dd0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/core/msg_translator.c

+ 1 - 1
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;
 	}