]> granicus.if.org Git - apache/commitdiff
Fix a syntax error when DEBUGGING is defined.
authorPaul Querna <pquerna@apache.org>
Thu, 17 Feb 2005 22:02:16 +0000 (22:02 +0000)
committerPaul Querna <pquerna@apache.org>
Thu, 17 Feb 2005 22:02:16 +0000 (22:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154199 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_connect.c

index 8bc1694980d3edd372b1e3422f04e2e8df262be1..a42bb7eaca184adcecdcb77674317eaf240bf5c2 100644 (file)
@@ -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)
                         {