From: Paul Querna Date: Thu, 17 Feb 2005 22:02:16 +0000 (+0000) Subject: Fix a syntax error when DEBUGGING is defined. X-Git-Tag: 2.1.3~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f8a5c2f855b85cfc85e85e82ec9d22448eb35e;p=thirdparty%2Fapache%2Fhttpd.git Fix a syntax error when DEBUGGING is defined. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154199 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_connect.c b/modules/proxy/mod_proxy_connect.c index 8bc1694980d..a42bb7eaca1 100644 --- a/modules/proxy/mod_proxy_connect.c +++ b/modules/proxy/mod_proxy_connect.c @@ -342,8 +342,7 @@ static int proxy_connect_handler(request_rec *r, proxy_worker *worker, i = nbytes; #ifdef DEBUGGING ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, - "proxy: CONNECT: read %d from client", - ); + "proxy: CONNECT: read %d from client", i); #endif while(i > 0) {