From: wessels <> Date: Wed, 19 Nov 1997 13:16:57 +0000 (+0000) Subject: up debug level X-Git-Tag: SQUID_3_0_PRE1~4514 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cca8b93d0984f1502c1c19bb28951133cca6964;p=thirdparty%2Fsquid.git up debug level --- diff --git a/src/ftp.cc b/src/ftp.cc index 64bb2abf22..7a3785853f 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -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);