]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-install.cc
use FindB instead of FindI for Debug::pkgAutoRemove
[apt.git] / apt-private / private-install.cc
index e3fe4696059163a9b265cdd16edfd15443f47987..b49c7f2efb29dcf79dbcc8c2745ee76340a2a3b4 100644 (file)
@@ -396,7 +396,7 @@ bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask, bool Safety)
 /* Remove unused automatic packages */
 bool DoAutomaticRemove(CacheFile &Cache)
 {
-   bool Debug = _config->FindI("Debug::pkgAutoRemove",false);
+   bool Debug = _config->FindB("Debug::pkgAutoRemove",false);
    bool doAutoRemove = _config->FindB("APT::Get::AutomaticRemove", false);
    bool hideAutoRemove = _config->FindB("APT::Get::HideAutoRemove");