From e2fafef49975aabede1c3b79eeb4a22602234520 Mon Sep 17 00:00:00 2001
From: Eric Covener <covener@apache.org>
Date: Tue, 25 Nov 2014 15:38:10 +0000
Subject: [PATCH] elaborate on a TRACE2 message about using the default reverse
 proxy worker.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1641636 13f79535-47bb-0310-9956-ffa450edef68
---
 modules/proxy/proxy_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c
index ca639d7efb..0f969d3c02 100644
--- a/modules/proxy/proxy_util.c
+++ b/modules/proxy/proxy_util.c
@@ -2004,7 +2004,7 @@ PROXY_DECLARE(int) ap_proxy_pre_request(proxy_worker **worker,
                 char *ptr;
                 char *ptr2;
                 ap_log_rerror(APLOG_MARK, APLOG_TRACE2, 0, r,
-                              "*: found reverse proxy worker for %s", *url);
+                              "*: using default reverse proxy worker for %s (no keepalive)", *url);
                 *balancer = NULL;
                 *worker = conf->reverse;
                 access_status = OK;
-- 
2.40.0