Преглед изворни кода

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

David Kalnischkies пре 14 година
родитељ
комит
796848567b
1 измењених фајлова са 1 додато и 1 уклоњено
  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++;