]> git.saurik.com Git - apt.git/blobdiff - cmdline/acqprogress.cc
prefer the Policy if it is built instead of the DepCache and
[apt.git] / cmdline / acqprogress.cc
index a5fee1db52170688d3dbfee27e84d94ecd2dd3a0..32e8243bfe574aa82441a72174de0bfc9f0815cd 100644 (file)
@@ -145,12 +145,12 @@ void AcqTextStatus::Stop()
    bandwidth and ETA indicator. */
 bool AcqTextStatus::Pulse(pkgAcquire *Owner)
 {
+   pkgAcquireStatus::Pulse(Owner);
+   
    if (Quiet > 0)
       return true;
    
-   pkgAcquireStatus::Pulse(Owner);
-   
-   enum {Long = 0,Medium,Short} Mode = Long;
+   enum {Long = 0,Medium,Short} Mode = Medium;
    
    char Buffer[sizeof(BlankLine)];
    char *End = Buffer + sizeof(Buffer);