You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/06/30 11:59:44 UTC

svn commit: r1879360 - in /httpd/httpd/trunk: docs/log-message-tags/next-number modules/proxy/mod_proxy.c

Author: ylavic
Date: Tue Jun 30 11:59:44 2020
New Revision: 1879360

URL: http://svn.apache.org/viewvc?rev=1879360&view=rev
Log:
Follow up to r1879235: fill APLOGNO().

Modified:
    httpd/httpd/trunk/docs/log-message-tags/next-number
    httpd/httpd/trunk/modules/proxy/mod_proxy.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=1879360&r1=1879359&r2=1879360&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/log-message-tags/next-number (original)
+++ httpd/httpd/trunk/docs/log-message-tags/next-number Tue Jun 30 11:59:44 2020
@@ -1 +1 @@
-10248
+10249

Modified: httpd/httpd/trunk/modules/proxy/mod_proxy.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy.c?rev=1879360&r1=1879359&r2=1879360&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_proxy.c (original)
+++ httpd/httpd/trunk/modules/proxy/mod_proxy.c Tue Jun 30 11:59:44 2020
@@ -990,7 +990,7 @@ PROXY_DECLARE(int) ap_proxy_trans_match(
         }
 
         if (servlet_uri) {
-            ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, APLOGNO()
+            ap_log_rerror(APLOG_MARK, APLOG_TRACE1, 0, r, APLOGNO(10248)
                           "Servlet path '%s' (%s) matches proxy handler '%s'",
                           r->uri, servlet_uri, found);
             /* Apply servlet normalization to r->uri so that <Location> or any