summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2011-07-04 12:12:13 +0100
committerChristopher Baines <cbaines8@gmail.com>2011-07-04 12:12:13 +0100
commite2ca62725f8c511e53cf6b3abeede435a59eae3f (patch)
treee688ec0e5d9465bf6416aa70c1e81c26552c36c0
parentea974eaa32b3cdeae8c8f8fe53f255f0d439bd3e (diff)
Added temp debug statement.
-rw-r--r--apt-pkg/packagemanager.cc2
1 files changed, 2 insertions, 0 deletions
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))