From: Rainer Jung Date: Fri, 17 Aug 2012 14:57:07 +0000 (+0000) Subject: mod_proxy_balancer: Remove wrong error code X-Git-Tag: 2.4.3~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5edda5e57ec7f987fbc1d39995c4e888743c18ab;p=apache mod_proxy_balancer: Remove wrong error code parameter from log message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1374299 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e6196d6ba0..a731ade269 100644 --- a/STATUS +++ b/STATUS @@ -88,10 +88,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - * mod_proxy_balancer: Remove wrong error code parameter from log message. - trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1374157 - 2.4.x patch: trunk patch works. - +1: rjung, jim, trawick PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] diff --git a/modules/proxy/mod_proxy_balancer.c b/modules/proxy/mod_proxy_balancer.c index 26bb1a8856..1feb2d7cd0 100644 --- a/modules/proxy/mod_proxy_balancer.c +++ b/modules/proxy/mod_proxy_balancer.c @@ -636,7 +636,7 @@ static int proxy_balancer_post_request(proxy_worker *worker, for (i = 0; i < balancer->errstatuses->nelts; i++) { int val = ((int *)balancer->errstatuses->elts)[i]; if (r->status == val) { - ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(01174) + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(01174) "%s: Forcing worker (%s) into error state " "due to status code %d matching 'failonstatus' " "balancer parameter",