]> git.saurik.com Git - apt.git/commitdiff
* cmdline/acqprogress.cc:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 30 Jan 2010 21:40:25 +0000 (22:40 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 30 Jan 2010 21:40:25 +0000 (22:40 +0100)
  - Set Mode to Medium so that the correct prefix is used.
    Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)

cmdline/acqprogress.cc
debian/changelog

index b3ded4142f651f831db799604b6527075bf13a9d..32e8243bfe574aa82441a72174de0bfc9f0815cd 100644 (file)
@@ -150,7 +150,7 @@ bool AcqTextStatus::Pulse(pkgAcquire *Owner)
    if (Quiet > 0)
       return true;
    
-   enum {Long = 0,Medium,Short} Mode = Long;
+   enum {Long = 0,Medium,Short} Mode = Medium;
    
    char Buffer[sizeof(BlankLine)];
    char *End = Buffer + sizeof(Buffer);
index c287600e8941dd99efcb6f8e8d93ce37b13fd051..d791eb5a0207a7ada4826933e39e940f3be27d8e 100644 (file)
@@ -25,6 +25,9 @@ apt (0.7.25.3) UNRELEASED; urgency=low
   * apt-pkg/contrib/macros.h:
     - move the header system.h with a new name to the public domain,
       to be able to use it in other headers (Closes: #567662)
+  * cmdline/acqprogress.cc:
+    - Set Mode to Medium so that the correct prefix is used.
+      Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
 
  -- David Kalnischkies <kalnischkies@gmail.com>  Sat, 30 Jan 2010 22:13:48 +0100