mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
server/util_script.c: reserve one APLOGNO number after r1879253
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879348 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1 +1 @@
|
||||
10247
|
||||
10248
|
||||
|
@ -718,7 +718,7 @@ AP_DECLARE(int) ap_scan_script_header_err_core_ex(request_rec *r, char *buffer,
|
||||
}
|
||||
}
|
||||
else {
|
||||
ap_log_rerror(SCRIPT_LOG_MARK, APLOG_INFO, 0, r,
|
||||
ap_log_rerror(SCRIPT_LOG_MARK, APLOG_INFO, 0, r, APLOGNO(10247)
|
||||
"Ignored invalid header value: Last-Modified: '%s'", l);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user