]> granicus.if.org Git - apache/commitdiff
* Fix typo in error message
authorRuediger Pluem <rpluem@apache.org>
Wed, 4 Mar 2015 20:16:34 +0000 (20:16 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 4 Mar 2015 20:16:34 +0000 (20:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664133 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_balancer.c

index 54acef3de10b762950b4c2cdfd84f87e7daab795..e0cbc7eadb3949fe9121a91ad91003668ae65873 100644 (file)
@@ -657,7 +657,7 @@ static int proxy_balancer_post_request(proxy_worker *worker,
         && (apr_table_get(r->notes, "proxy_timedout")) != NULL) {
         ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02460)
                       "%s: Forcing worker (%s) into error state "
-                      "due to timeout and 'failonstatus' parameter being set",
+                      "due to timeout and 'failontimeout' parameter being set",
                        balancer->s->name, ap_proxy_worker_name(r->pool, worker));
         worker->s->status |= PROXY_WORKER_IN_ERROR;
         worker->s->error_time = apr_time_now();