From: Christopher Baines Date: Mon, 4 Jul 2011 11:12:13 +0000 (+0100) Subject: Added temp debug statement. X-Git-Tag: 0.9.0~53^2^2~27 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/e2ca62725f8c511e53cf6b3abeede435a59eae3f?ds=inline Added temp debug statement. --- diff --git a/apt-pkg/packagemanager.cc b/apt-pkg/packagemanager.cc index e367b0495..ab1b13de8 100644 --- a/apt-pkg/packagemanager.cc +++ b/apt-pkg/packagemanager.cc @@ -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))