]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
server/util_script.c: reserve one APLOGNO number after r1879253
authorLuca Toscano <elukey@apache.org>
Mon, 29 Jun 2020 19:29:47 +0000 (19:29 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 29 Jun 2020 19:29:47 +0000 (19:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879348 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
server/util_script.c

index 9787de6a88cf078089ef01216fb04842081e726a..af149f362b48a2c7bccc947208d0d5ca73142c3f 100644 (file)
@@ -1 +1 @@
-10247
+10248
index 34982b1e5d1986774b830e7505d34323d8a16cf9..1fa4276caef71c7c110183ac0188219f4311b16a 100644 (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);
             }
         }