summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-12-13 19:36:21 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2006-12-13 19:36:21 +0100
commit6a30946d00371ff1fb7f94791364706a4bac0ea2 (patch)
treed9f48c1e0d6bc7028cfa10878965cc7304d734b2
parent09ddf81f7665f3ae2c854308fc60d9722beed13a (diff)
parentd2de5a7619a77343e1dd1fc255a84dfcca2807be (diff)
* merged from apt--mvo
-rw-r--r--apt-pkg/algorithms.cc2
-rw-r--r--debian/changelog7
2 files changed, 8 insertions, 1 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc
index 9011821bb..58498aa19 100644
--- a/apt-pkg/algorithms.cc
+++ b/apt-pkg/algorithms.cc
@@ -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];
diff --git a/debian/changelog b/debian/changelog
index 2b37e51ae..f39b0a073 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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