From 9f807c5848705014433bebb0da88567ce5d0f9d6 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 3 Jun 1997 01:56:44 +0000 Subject: [PATCH] debug --- src/ftp.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ftp.cc b/src/ftp.cc index 0ed1b0684d..6edd997f25 100644 --- a/src/ftp.cc +++ b/src/ftp.cc @@ -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(); -- 2.47.2