From: Ruediger Pluem Date: Wed, 4 Mar 2015 20:16:34 +0000 (+0000) Subject: * Fix typo in error message X-Git-Tag: 2.5.0-alpha~3415 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70201cd1499192b8bd75568f5be9bcd5faaee4cb;p=apache * Fix typo in error message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1664133 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_balancer.c b/modules/proxy/mod_proxy_balancer.c index 54acef3de1..e0cbc7eadb 100644 --- a/modules/proxy/mod_proxy_balancer.c +++ b/modules/proxy/mod_proxy_balancer.c @@ -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();