diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:10 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:10 +0000 |
commit | f2fe4468596dd5b6a4baa9769ab06b084f038cba (patch) | |
tree | 63d7a6f6a85514fc902ae3108dd928c2401f8a76 | |
parent | a7fb252c4cd4159165d9e734c92428750c1ac137 (diff) |
Fixed 24000
Author: jgg
Date: 1998-12-11 04:47:50 GMT
Fixed 24000
-rw-r--r-- | apt-pkg/acquire-item.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index db334de98..b3dd4749e 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-item.cc,v 1.14 1998/11/29 01:24:14 jgg Exp $ +// $Id: acquire-item.cc,v 1.15 1998/12/11 04:47:50 jgg Exp $ /* ###################################################################### Acquire Item - Item to acquire @@ -365,9 +365,9 @@ pkgAcqArchive::pkgAcqArchive(pkgAcquire *Owner,pkgSourceList *Sources, MD5 = Parse.MD5Hash(); if (PkgFile.empty() == true) { - _error->Error("Unable to locate a file name for package %s, " - "perhaps the package files are corrupted.", - Version.ParentPkg().Name()); + _error->Error("I need to reinstall package %s to fix it but I " + "can't find a file for it! You must deal with " + "this by hand.",Version.ParentPkg().Name()); return; } |