You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2020/06/29 19:29:47 UTC

svn commit: r1879348 - in /httpd/httpd/trunk: docs/log-message-tags/next-number server/util_script.c

Author: elukey
Date: Mon Jun 29 19:29:47 2020
New Revision: 1879348

URL: http://svn.apache.org/viewvc?rev=1879348&view=rev
Log:
server/util_script.c: reserve one APLOGNO number after r1879253



Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/server/util_script.c

Modified: httpd/httpd/trunk/docs/log-message-tags/next-number
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/log-message-tags/next-number?rev=1879348&r1=1879347&r2=1879348&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Mon Jun 29 19:29:47 2020
@@ -1 +1 @@
-10247
+10248

Modified: httpd/httpd/trunk/server/util_script.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_script.c?rev=1879348&r1=1879347&r2=1879348&view=diff
==============================================================================
--- httpd/httpd/trunk/server/util_script.c (original)
+++ httpd/httpd/trunk/server/util_script.c Mon Jun 29 19:29:47 2020
@@ -718,7 +718,7 @@ AP_DECLARE(int) ap_scan_script_header_er
                 }
             }
             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);
             }
         }