summaryrefslogtreecommitdiff
path: root/cmdline/indexcopy.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:54:40 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:54:40 +0000
commited51f28e2fd76a019de4d4239b01cc759fc0fb07 (patch)
treefa1716ffe8d4ebfecdb1a725ec2d5e270cc9b2a7 /cmdline/indexcopy.cc
parent001f28db814de4c4efe020902fb4bb8ef3e225b5 (diff)
Slight fixes for source support
Author: jgg Date: 1999-09-03 05:46:48 GMT Slight fixes for source support
Diffstat (limited to 'cmdline/indexcopy.cc')
-rw-r--r--cmdline/indexcopy.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/indexcopy.cc b/cmdline/indexcopy.cc
index 39057301f..2585fc1da 100644
--- a/cmdline/indexcopy.cc
+++ b/cmdline/indexcopy.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: indexcopy.cc,v 1.1 1999/07/12 02:59:36 jgg Exp $
+// $Id: indexcopy.cc,v 1.2 1999/09/03 05:46:48 jgg Exp $
/* ######################################################################
Index Copying - Aid for copying and verifying the index files
@@ -281,7 +281,7 @@ bool IndexCopy::CopyPackages(string CDROM,string Name,vector<string> &List)
cout << '.' << endl;
if (Packages == 0)
- return _error->Error("No valid records were found.");
+ return _error->Warning("No valid records were found.");
if (NotFound + WrongSize > 10)
cout << "Alot of entries were discarded, something may be wrong." << endl;