Another error message for failed updates
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:54:46 +0000 (16:54 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:54:46 +0000 (16:54 +0000)
Author: jgg
Date: 1999-09-16 02:08:09 GMT
Another error message for failed updates

cmdline/apt-get.cc

index 5b9007f..acb085a 100644 (file)
@@ -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;
    }