summaryrefslogtreecommitdiff
path: root/cmdline/acqprogress.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:54 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:54 +0000
commitb800c80c39575582134b72d68c4ddb4219c14716 (patch)
treed30b13a71e7e0f758a0e3c8cb41c6fa57161efd2 /cmdline/acqprogress.cc
parent3e94da1bf263d70579c0aba6f1af6ee75700affb (diff)
little reminder
Author: jgg Date: 2000-05-12 04:03:27 GMT little reminder
Diffstat (limited to 'cmdline/acqprogress.cc')
-rw-r--r--cmdline/acqprogress.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/acqprogress.cc b/cmdline/acqprogress.cc
index 0eb8d4b6f..e2ef83501 100644
--- a/cmdline/acqprogress.cc
+++ b/cmdline/acqprogress.cc
@@ -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;