Author: jgg
Date: 2000-05-12 04:03:27 GMT
little reminder
// -*- 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
if (Quiet > 1)
return;
+ // Ignore certain kinds of transient failures (bad code)
if (Itm.Owner->Status == pkgAcquire::Item::StatIdle)
return;