]> granicus.if.org Git - apache/commitdiff
Follow up to r1750392: reduce AH03408 level to INFO as suggested by wrowe/jim.
authorYann Ylavic <ylavic@apache.org>
Tue, 16 Aug 2016 16:21:13 +0000 (16:21 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 16 Aug 2016 16:21:13 +0000 (16:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756531 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 481b05e5fb88d2576d8c3d9812a2f957b3fa1cc9..8aec33337da4e0708f9597886ce735b579e3a859 100644 (file)
@@ -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);
         }