浏览代码

LOG mesasge changed

Bogdan-Andrei Iancu 23 年之前
父节点
当前提交
21b427302a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      parser/parse_content.c

+ 1 - 1
parser/parse_content.c

@@ -185,7 +185,7 @@ char* parse_content_type( char* buffer, char* end, int* type)
 	*type = mime;
 	return p;
 error:
-	LOG(L_ERR,"ERROR:parse_content_length: parse error near char [%d][%c]\n",
+	LOG(L_ERR,"ERROR:parse_content_type: parse error near char [%d][%c]\n",
 		*p,*p);
 	return 0;
 }