From: David Kalnischkies Date: Wed, 7 Mar 2012 10:16:58 +0000 (+0100) Subject: show which dependency couldn't be satisfied in the debug output X-Git-Tag: 0.9.0~10^2~5 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/796848567bafde162c2f7fa293e35f3aa1b70459?hp=--cc show which dependency couldn't be satisfied in the debug output --- 796848567bafde162c2f7fa293e35f3aa1b70459 diff --git a/apt-pkg/packagemanager.cc b/apt-pkg/packagemanager.cc index 382ee4383..feddc3bf8 100644 --- a/apt-pkg/packagemanager.cc +++ b/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++;