소스 검색

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