]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1879235: fill APLOGNO().
authorYann Ylavic <ylavic@apache.org>
Tue, 30 Jun 2020 11:59:44 +0000 (11:59 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 30 Jun 2020 11:59:44 +0000 (11:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879360 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/proxy/mod_proxy.c

index af149f362b48a2c7bccc947208d0d5ca73142c3f..5dae555dfbfe40448b4bc1769a858c62e00e9d79 100644 (file)
@@ -1 +1 @@
-10248
+10249
index 62dca77635bb226837515c8420fe3873932e90b7..d730a6d0477bbd6a623f8b0fc0b2a6d95bbfa06b 100644 (file)
@@ -990,7 +990,7 @@ PROXY_DECLARE(int) ap_proxy_trans_match(request_rec *r, struct proxy_alias *ent,
         }
 
         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