From dd27443ee7585b4d53baa3f2d5173a3725d69b17 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:37 +0000 Subject: Fix bug #97364 Author: jgg Date: 2001-08-18 22:20:40 GMT Fix bug #97364 --- cmdline/indexcopy.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmdline/indexcopy.cc') diff --git a/cmdline/indexcopy.cc b/cmdline/indexcopy.cc index d7efaa949..48edb143a 100644 --- a/cmdline/indexcopy.cc +++ b/cmdline/indexcopy.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: indexcopy.cc,v 1.8 2001/05/27 04:47:21 jgg Exp $ +// $Id: indexcopy.cc,v 1.9 2001/08/18 22:20:40 jgg Exp $ /* ###################################################################### Index Copying - Aid for copying and verifying the index files @@ -280,8 +280,8 @@ bool IndexCopy::CopyPackages(string CDROM,string Name,vector &List) cout << '.' << endl; if (Packages == 0) - return _error->Warning("No valid records were found."); - + _error->Warning("No valid records were found."); + if (NotFound + WrongSize > 10) cout << "Alot of entries were discarded, something may be wrong." << endl; -- cgit v1.2.3