1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

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
This commit is contained in:
Paul Querna
2005-02-17 22:02:16 +00:00
parent d79feffb59
commit 09f8a5c2f8

View File

@@ -342,8 +342,7 @@ static int proxy_connect_handler(request_rec *r, proxy_worker *worker,
i = nbytes; i = nbytes;
#ifdef DEBUGGING #ifdef DEBUGGING
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
"proxy: CONNECT: read %d from client", "proxy: CONNECT: read %d from client", i);
);
#endif #endif
while(i > 0) while(i > 0)
{ {