summaryrefslogtreecommitdiff
path: root/apt-pkg/algorithms.cc
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2006-12-14 11:29:20 +0100
committerMichael Vogt <egon@bottom>2006-12-14 11:29:20 +0100
commit478707e015972cd3efea32059c97b13508705a26 (patch)
tree6c69c35fd70b57744d756539b91b7509b6d593ae /apt-pkg/algorithms.cc
parentb790b130ad0a43be5738c467c16bbc2dd657ca66 (diff)
parenta7a5b0e45e2e66ab2142da8181bcc9cd0b3ba8a8 (diff)
* merged with apt--debian-sid
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r--apt-pkg/algorithms.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc
index 55f44fbd5..8a22819bf 100644
--- a/apt-pkg/algorithms.cc
+++ b/apt-pkg/algorithms.cc
@@ -800,7 +800,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];