summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:54:46 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:54:46 +0000
commiteecf9bf7744f44f011234bccfc35218f80ae3526 (patch)
tree4dc3b5fe10d96bc233d8faa077f63873acaefb29 /cmdline
parent90ecbd7dbb5566b0aed5f85be70821a105de8420 (diff)
Another error message for failed updates
Author: jgg Date: 1999-09-16 02:08:09 GMT Another error message for failed updates
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 5b9007fe1..acb085aba 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.75 1999/09/09 06:27:42 jgg Exp $
+// $Id: apt-get.cc,v 1.76 1999/09/16 02:08:09 jgg Exp $
/* ######################################################################
apt-get - Cover for dpkg
@@ -774,6 +774,8 @@ bool DoUpdate(CommandLine &)
(*I)->Finished();
+ cerr << "Failed to fetch " << (*I)->DescURI() << endl;
+ cerr << " " << (*I)->ErrorText << endl;
Failed = true;
}