From: Yann Ylavic Date: Mon, 27 Jun 2016 08:20:39 +0000 (+0000) Subject: mod_proxy: follow up to r1750301: APLOGNO(). X-Git-Tag: 2.5.0-alpha~1468 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=808eb5ee2ec94e1662642ea3c04017f22df40373;p=apache mod_proxy: follow up to r1750301: APLOGNO(). [Reverted by r1750376] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750311 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 1487908673..46cff15d5b 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -3408 +3409 diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index cfda405195..6f8849d530 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -2768,7 +2768,7 @@ PROXY_DECLARE(int) ap_proxy_connect_backend(const char *proxy_function, proxy_function); } else { - ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(03408) "%s: reusable backend connection is not empty: " "forcibly closed", proxy_function); connected = 0;