From: Yann Ylavic Date: Tue, 30 Jun 2020 11:59:44 +0000 (+0000) Subject: Follow up to r1879235: fill APLOGNO(). X-Git-Tag: 2.5.0-alpha2-ci-test-only~1317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a979326d391b77fa739eaf25f926875130a91b21;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1879235: fill APLOGNO(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879360 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index af149f362b4..5dae555dfbf 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10248 +10249 diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c index 62dca77635b..d730a6d0477 100644 --- a/modules/proxy/mod_proxy.c +++ b/modules/proxy/mod_proxy.c @@ -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 or any