show which dependency couldn't be satisfied in the debug output
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 7 Mar 2012 10:16:58 +0000 (11:16 +0100)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 7 Mar 2012 10:16:58 +0000 (11:16 +0100)
apt-pkg/packagemanager.cc

index 382ee43..feddc3b 100644 (file)
@@ -422,7 +422,7 @@ bool pkgPackageManager::SmartConfigure(PkgIterator Pkg, int const Depth)
         
         if (Start==End) {
            if (Bad && Debug && List->IsFlag(DepPkg,pkgOrderList::Loop) == false)
-                 std::clog << OutputInDepth(Depth) << "Could not satisfy dependencies for " << Pkg.Name() << std::endl;
+                 std::clog << OutputInDepth(Depth) << "Could not satisfy " << Start << std::endl;
            break;
         } else {
             Start++;