From: Yann Ylavic Date: Tue, 16 Aug 2016 16:21:13 +0000 (+0000) Subject: Follow up to r1750392: reduce AH03408 level to INFO as suggested by wrowe/jim. X-Git-Tag: 2.5.0-alpha~1279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c874308632c65e00fa8ec0a159b81220d501976;p=apache Follow up to r1750392: reduce AH03408 level to INFO as suggested by wrowe/jim. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756531 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 481b05e5fb..8aec33337d 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -2777,7 +2777,7 @@ PROXY_DECLARE(apr_status_t) ap_proxy_check_connection(const char *scheme, "%s: backend socket is disconnected.", scheme); } else { - ap_log_error(APLOG_MARK, APLOG_WARNING, 0, server, APLOGNO(03408) + ap_log_error(APLOG_MARK, APLOG_INFO, 0, server, APLOGNO(03408) "%s: reusable backend connection is not empty: " "forcibly closed", scheme); }