]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug
authorwessels <>
Tue, 3 Jun 1997 01:56:44 +0000 (01:56 +0000)
committerwessels <>
Tue, 3 Jun 1997 01:56:44 +0000 (01:56 +0000)
src/ftp.cc

index 0ed1b0684d462d1ad7cf3bc483b5d8169f852d39..6edd997f253a9a3e8f3db196f25e7abf5e1e4cfd 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ftp.cc,v 1.118 1997/06/02 19:56:01 wessels Exp $
+ * $Id: ftp.cc,v 1.119 1997/06/02 19:56:44 wessels Exp $
  *
  * DEBUG: section 9     File Transfer Protocol (FTP)
  * AUTHOR: Harvest Derived
@@ -561,7 +561,7 @@ ftpParseListing(FtpStateData * ftpState, int len)
        end--;
     usable = end - buf;
     if (usable == 0) {
-       debug(9, 1, "ftpParseListing: didn't find end for %s\n", e->url);
+       debug(9, 3, "ftpParseListing: didn't find end for %s\n", e->url);
        return;
     }
     line = get_free_4k_page();