]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
use FindB instead of FindI for Debug::pkgAutoRemove
[apt.git] / apt-pkg / algorithms.cc
index 65c5ff85d9f89a229999738a74045e8a01833fd2..4e651a9f32316b87150f53dab96e041459a7ef37 100644 (file)
@@ -1144,7 +1144,7 @@ bool pkgProblemResolver::ResolveInternal(bool const BrokenFix)
    pkgCache::PkgIterator I = Cache.PkgBegin();
    for (;I.end() != true; ++I) {
       if (Cache[I].NewInstall() && !(Flags[I->ID] & PreInstalled)) {
-        if(_config->FindI("Debug::pkgAutoRemove",false)) {
+        if(_config->FindB("Debug::pkgAutoRemove",false)) {
            std::clog << "Resolve installed new pkg: " << I.FullName(false) 
                      << " (now marking it as auto)" << std::endl;
         }