Browse Source

* cmdline/apt-get.cc:
- fix missing download progress in apt-get download

Michael Vogt 15 years ago
parent
commit
fd8b88d6ec
2 changed files with 3 additions and 1 deletions
  1. 1 1
      cmdline/apt-get.cc
  2. 2 0
      debian/changelog

+ 1 - 1
cmdline/apt-get.cc

@@ -2273,7 +2273,7 @@ bool DoDownload(CommandLine &CmdL)
 
 
    pkgAcquire Fetcher;
    pkgAcquire Fetcher;
    AcqTextStatus Stat(ScreenWidth, _config->FindI("quiet",0));
    AcqTextStatus Stat(ScreenWidth, _config->FindI("quiet",0));
-   if (_config->FindB("APT::Get::Print-URIs") == true)
+   if (_config->FindB("APT::Get::Print-URIs") == false)
       Fetcher.Setup(&Stat);
       Fetcher.Setup(&Stat);
 
 
    pkgRecords Recs(Cache);
    pkgRecords Recs(Cache);

+ 2 - 0
debian/changelog

@@ -2,6 +2,8 @@ apt (0.8.15.2) unstable; urgency=high
 
 
   * fix from David Kalnischkies for the InRelease gpg verification 
   * fix from David Kalnischkies for the InRelease gpg verification 
     code (LP: #784473)
     code (LP: #784473)
+  * cmdline/apt-get.cc:
+    - fix missing download progress in apt-get download
 
 
  -- Michael Vogt <mvo@debian.org>  Tue, 12 Jul 2011 11:54:47 +0200
  -- Michael Vogt <mvo@debian.org>  Tue, 12 Jul 2011 11:54:47 +0200