]> git.saurik.com Git - apt.git/blobdiff - apt-private/acqprogress.cc
Merge branch 'debian/sid' into debian/experimental
[apt.git] / apt-private / acqprogress.cc
index 4bcfd8f0040dd06a75a1ab836920b71d102f51d1..17a12799cf6dbb0430677af5b99fc337af3d5fb5 100644 (file)
@@ -140,6 +140,9 @@ void AcqTextStatus::Stop()
    if (Quiet <= 0)
       cout << '\r' << BlankLine << '\r' << flush;
 
+   if (_config->FindB("quiet::NoStatistic", false) == true)
+      return;
+
    if (FetchedBytes != 0 && _error->PendingError() == false)
       ioprintf(cout,_("Fetched %sB in %s (%sB/s)\n"),
               SizeToStr(FetchedBytes).c_str(),