From f826cfaa1c3f9fcf492fb65b22a2d964e78ae7ec Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:03 +0000 Subject: Few more stats Author: jgg Date: 1998-12-07 00:34:22 GMT Few more stats --- cmdline/apt-get.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cmdline/apt-get.cc') diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index e8035abd0..07086b72f 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.26 1998/12/06 06:22:59 jgg Exp $ +// $Id: apt-get.cc,v 1.27 1998/12/07 00:34:24 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -397,6 +397,8 @@ bool CacheFile::Open() pkgMakeStatusCache(List,Progress); if (_error->PendingError() == true) return _error->Error("The package lists or status file could not be parsed or opened."); + if (_error->empty() == false) + _error->Warning("You may want to run apt-get update to correct theses missing files"); Progress.Done(); -- cgit v1.2.3-70-g09d2