X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/8a9e5ffdb6d0f1744f56bcb6522b134cfdae4a19..60aa7b0d5bd08cc5d5a0eaa74600090c2cece17e:/cmdline/acqprogress.cc?ds=inline 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);