Browse Source

LOG mesasge changed

Bogdan-Andrei Iancu 23 năm trước cách đây
mục cha
commit
21b427302a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }