From: Christopher Baines Date: Sun, 3 Jul 2011 19:45:07 +0000 (+0100) Subject: Added debug output to package manager. X-Git-Tag: 0.9.0~53^2^2~28 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/ea974eaa32b3cdeae8c8f8fe53f255f0d439bd3e?ds=inline Added debug output to package manager. --- diff --git a/apt-pkg/packagemanager.cc b/apt-pkg/packagemanager.cc index 2219f876a..e367b0495 100644 --- a/apt-pkg/packagemanager.cc +++ b/apt-pkg/packagemanager.cc @@ -346,6 +346,9 @@ bool pkgPackageManager::SmartConfigure(PkgIterator Pkg) configured*/ bool pkgPackageManager::VerifyConfigure(PkgIterator Pkg, pkgOrderList &OList) { + if (Debug == true) + clog << "VerifyConfigure " << Pkg.Name() << endl; + // If this is true at the end, then the package should not be configured bool error=true; // This holds the the OR status of the previous dependancy