Browse Source

* merged from apt--mvo

Michael Vogt 19 years ago
parent
commit
6a30946d00
2 changed files with 8 additions and 1 deletions
  1. 1 1
      apt-pkg/algorithms.cc
  2. 7 0
      debian/changelog

+ 1 - 1
apt-pkg/algorithms.cc

@@ -804,7 +804,7 @@ bool pkgProblemResolver::Resolve(bool BrokenFix)
 	    continue;
 	    continue;
 	 
 	 
 	 if (Debug == true)
 	 if (Debug == true)
-	    cout << "Investigating " << I.Name() << endl;
+	    clog << "Investigating " << I.Name() << endl;
 	 
 	 
 	 // Isolate the problem dependency
 	 // Isolate the problem dependency
 	 PackageKill KillList[100];
 	 PackageKill KillList[100];

+ 7 - 0
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 (0.6.46.4ubuntu2) feisty; urgency=low
 
 
   * apt-pkg/algorithms.cc: add missing call to MarkKeep
   * apt-pkg/algorithms.cc: add missing call to MarkKeep