]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/algorithms.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Dec 2006 18:19:11 +0000 (19:19 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Dec 2006 18:19:11 +0000 (19:19 +0100)
  - use clog instead of cout in debug

apt-pkg/algorithms.cc
debian/changelog

index 479927d65519372d30a413c84ee55c059d39d9da..8d1e4e8e8a71e5a71bf3b37d3919a29f98a12db7 100644 (file)
@@ -784,7 +784,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];
index 89654fe030fb0cdfd6eb88ef408e11847a68906e..127c5fd83e48519d01fa6dffa7b294f83f7e05ac 100644 (file)
@@ -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.4) unstable; urgency=high
 
   * ack NMU (closes: #401017)