summaryrefslogtreecommitdiff
path: root/apt-pkg/packagemanager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/packagemanager.cc')
-rw-r--r--apt-pkg/packagemanager.cc3
1 files changed, 3 insertions, 0 deletions
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