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:
Luca Toscano
2020-06-29 19:29:47 +00:00
parent e8417d72a2
commit c17967b447
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
10247
10248

View File

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