Commit ff879ffe authored by Paul Querna's avatar Paul Querna
Browse files

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
parent 4f364cb3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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)
                        {