Added debug output to package manager.
authorChristopher Baines <cbaines8@gmail.com>
Sun, 3 Jul 2011 19:45:07 +0000 (20:45 +0100)
committerChristopher Baines <cbaines8@gmail.com>
Sun, 3 Jul 2011 19:45:07 +0000 (20:45 +0100)
apt-pkg/packagemanager.cc

index 2219f87..e367b04 100644 (file)
@@ -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