summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-01-30 22:40:25 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-01-30 22:40:25 +0100
commitee6970ea70dff6f700d13424a3d0ed620f056547 (patch)
tree14959879fcfe4bbe438ff173d18514b2fb2fb774
parent8f3d83eeaec58e9347fe4c61dae18686782f94ca (diff)
* cmdline/acqprogress.cc:
- Set Mode to Medium so that the correct prefix is used. Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
-rw-r--r--cmdline/acqprogress.cc2
-rw-r--r--debian/changelog3
2 files changed, 4 insertions, 1 deletions
diff --git a/cmdline/acqprogress.cc b/cmdline/acqprogress.cc
index b3ded4142..32e8243bf 100644
--- a/cmdline/acqprogress.cc
+++ b/cmdline/acqprogress.cc
@@ -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);
diff --git a/debian/changelog b/debian/changelog
index c287600e8..d791eb5a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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