]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
up debug level
authorwessels <>
Wed, 19 Nov 1997 13:16:57 +0000 (13:16 +0000)
committerwessels <>
Wed, 19 Nov 1997 13:16:57 +0000 (13:16 +0000)
src/ftp.cc

index 64bb2abf22c95dd56b364d8562029b934a0fc688..7a3785853fdc3ae50e02f04541489ec1e4d04ce6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ftp.cc,v 1.172 1997/11/18 20:38:25 wessels Exp $
+ * $Id: ftp.cc,v 1.173 1997/11/19 06:16:57 wessels Exp $
  *
  * DEBUG: section 9     File Transfer Protocol (FTP)
  * AUTHOR: Harvest Derived
@@ -642,7 +642,7 @@ ftpParseListing(FtpStateData * ftpState, int len)
 static void
 ftpReadComplete(FtpStateData * ftpState)
 {
-    debug(9, 0) ("ftpReadComplete\n");
+    debug(9, 3) ("ftpReadComplete\n");
     /* Connection closed; retrieval done. */
     if (EBIT_TEST(ftpState->flags, FTP_HTML_HEADER_SENT))
        ftpListingFinish(ftpState);