]> granicus.if.org Git - apache/commitdiff
elaborate on a TRACE2 message about using the default reverse
authorEric Covener <covener@apache.org>
Tue, 25 Nov 2014 15:38:10 +0000 (15:38 +0000)
committerEric Covener <covener@apache.org>
Tue, 25 Nov 2014 15:38:10 +0000 (15:38 +0000)
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

index ca639d7efb55aee9d5ad3440d5faa1fcd28364ed..0f969d3c02fff39a82b8472d1fdafadf7afa7387 100644 (file)
@@ -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;