Explorar o código

show which dependency couldn't be satisfied in the debug output

David Kalnischkies %!s(int64=14) %!d(string=hai) anos
pai
achega
796848567b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apt-pkg/packagemanager.cc

+ 1 - 1
apt-pkg/packagemanager.cc

@@ -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++;