From 4cca8b93d0984f1502c1c19bb28951133cca6964 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 19 Nov 1997 13:16:57 +0000 Subject: [PATCH] up debug level --- src/ftp.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.3