]> git.saurik.com Git - apt.git/commitdiff
* cmdline/acqprogress.cc:
authorColin Watson <cjwatson@canonical.com>
Thu, 26 Mar 2009 23:52:26 +0000 (23:52 +0000)
committerColin Watson <cjwatson@canonical.com>
Thu, 26 Mar 2009 23:52:26 +0000 (23:52 +0000)
  - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
    dlstatus messages on the status-fd (LP: #290234).

cmdline/acqprogress.cc
debian/changelog

index a5fee1db52170688d3dbfee27e84d94ecd2dd3a0..b3ded4142f651f831db799604b6527075bf13a9d 100644 (file)
@@ -145,11 +145,11 @@ 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;
    
    char Buffer[sizeof(BlankLine)];
index d1f8857950180117c04c5d1cde46b2097e853411..bce1fa46247794b5456900983d0b4dddcb2a22f7 100644 (file)
@@ -1,3 +1,11 @@
+apt (0.7.20.2ubuntu5) UNRELEASED; urgency=low
+
+  * cmdline/acqprogress.cc:
+    - Call pkgAcquireStatus::Pulse even if quiet, so that we still get
+      dlstatus messages on the status-fd (LP: #290234).
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Thu, 26 Mar 2009 23:50:56 +0000
+
 apt (0.7.20.2ubuntu4) jaunty; urgency=low
 
   * ftparchive/cachedb.cc: