]> granicus.if.org Git - apache/commitdiff
Stray/confusing "recovery" in this failonstatus=XXX error message seems
authorEric Covener <covener@apache.org>
Mon, 12 Mar 2012 17:03:39 +0000 (17:03 +0000)
committerEric Covener <covener@apache.org>
Mon, 12 Mar 2012 17:03:39 +0000 (17:03 +0000)
to be a copy/paste error.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299738 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_balancer.c

index 84d8f30d30210a71ad9f133c7f1771b9f2c992ea..28eb176884a9b1f5197e4cd6c298716580f799fb 100644 (file)
@@ -624,8 +624,9 @@ static int proxy_balancer_post_request(proxy_worker *worker,
             int val = ((int *)balancer->errstatuses->elts)[i];
             if (r->status == val) {
                 ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(01174)
-                              "%s:  Forcing recovery for worker (%s), "
-                              "failonstatus %d",
+                              "%s: Forcing worker (%s) into error state " 
+                              "due to status code %d matching 'failonstatus' "
+                              "balancer parameter",
                               balancer->s->name, worker->s->name, val);
                 worker->s->status |= PROXY_WORKER_IN_ERROR;
                 worker->s->error_time = apr_time_now();