diff options
author | Michael Vogt <egon@bottom> | 2006-12-14 10:58:43 +0100 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-12-14 10:58:43 +0100 |
commit | a7a5b0e45e2e66ab2142da8181bcc9cd0b3ba8a8 (patch) | |
tree | 853f9b39f531bfa3a0ababa2d2c150a32c133699 /apt-pkg/algorithms.cc | |
parent | 06ce8ac63b1cc476aba2687a4a742cbe59023096 (diff) | |
parent | d2de5a7619a77343e1dd1fc255a84dfcca2807be (diff) |
* merged from apt--mvo
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r-- | apt-pkg/algorithms.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc index 479927d65..8d1e4e8e8 100644 --- a/apt-pkg/algorithms.cc +++ b/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]; |