]> git.saurik.com Git - apt.git/commitdiff
little reminder
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:54 +0000 (16:55 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:55:54 +0000 (16:55 +0000)
Author: jgg
Date: 2000-05-12 04:03:27 GMT
little reminder

cmdline/acqprogress.cc

index 0eb8d4b6f75a4d8d4288e6f5e76c6f45ffb91210..e2ef83501181e93a28e24d2a18eb70e0a3e6a2f2 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: acqprogress.cc,v 1.19 1999/11/16 03:16:34 jgg Exp $
+// $Id: acqprogress.cc,v 1.20 2000/05/12 04:03:27 jgg Exp $
 /* ######################################################################
 
    Acquire Progress - Command line progress meter 
@@ -93,6 +93,7 @@ void AcqTextStatus::Fail(pkgAcquire::ItemDesc &Itm)
    if (Quiet > 1)
       return;
 
+   // Ignore certain kinds of transient failures (bad code)
    if (Itm.Owner->Status == pkgAcquire::Item::StatIdle)
       return;