You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/02/17 23:02:17 UTC

svn commit: r154199 - httpd/httpd/trunk/modules/proxy/mod_proxy_connect.c

Author: pquerna
Date: Thu Feb 17 14:02:16 2005
New Revision: 154199

URL: http://svn.apache.org/viewcvs?view=rev&rev=154199
Log:
Fix a syntax error when DEBUGGING is defined.

Modified:
    httpd/httpd/trunk/modules/proxy/mod_proxy_connect.c

Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_connect.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/proxy/mod_proxy_connect.c?view=diff&r1=154198&r2=154199
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_proxy_connect.c (original)
+++ httpd/httpd/trunk/modules/proxy/mod_proxy_connect.c Thu Feb 17 14:02:16 2005
@@ -342,8 +342,7 @@
                         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)
                         {