@@ -804,7 +804,7 @@ bool pkgProblemResolver::Resolve(bool BrokenFix)
continue;
if (Debug == true)
- cout << "Investigating " << I.Name() << endl;
+ clog << "Investigating " << I.Name() << endl;
// Isolate the problem dependency
PackageKill KillList[100];
@@ -1,3 +1,10 @@
+apt (0.6.46.5) unstable; urgency=low
+
+ * apt-pkg/algorithm.cc:
+ - use clog for all debugging
+ --
apt (0.6.46.4ubuntu2) feisty; urgency=low
* apt-pkg/algorithms.cc: add missing call to MarkKeep