瀏覽代碼

* apt-pkg/algorithms.cc:
- use clog instead of cout in debug

Michael Vogt 19 年之前
父節點
當前提交
d2de5a7619
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 1 1
      apt-pkg/algorithms.cc
  2. 7 0
      debian/changelog

+ 1 - 1
apt-pkg/algorithms.cc

@@ -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];

+ 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.4) unstable; urgency=high
 
   * ack NMU (closes: #401017)