]> git.saurik.com Git - apt.git/commitdiff
Added temp debug statement.
authorChristopher Baines <cbaines8@gmail.com>
Mon, 4 Jul 2011 11:12:13 +0000 (12:12 +0100)
committerChristopher Baines <cbaines8@gmail.com>
Mon, 4 Jul 2011 11:12:13 +0000 (12:12 +0100)
apt-pkg/packagemanager.cc

index e367b04959eeb96be90d8b1b4c552ee649160661..ab1b13de8c5554fe0a21ce106074449dae2d39da 100644 (file)
@@ -479,6 +479,8 @@ bool pkgPackageManager::DepAdd(pkgOrderList &OList,PkgIterator Pkg,int Depth)
               continue;
            }
            
+           std::clog << OutputInDepth(Depth) << Pkg.Name() << " NeedsNothing " << (Pkg.State() == PkgIterator::NeedsNothing) << " Unpacked " << List->IsFlag(Pkg,pkgOrderList::UnPacked) << std::endl;
+           
            // Not the install version 
            if (Cache[Pkg].InstallVer != *I || 
                (Cache[Pkg].Keep() == true && Pkg.State() == PkgIterator::NeedsNothing))