diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-13 19:19:11 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-12-13 19:19:11 +0100 |
commit | d2de5a7619a77343e1dd1fc255a84dfcca2807be (patch) | |
tree | 43a92a59f1f47ad54e856289f3a7cba8bf10f94f /apt-pkg | |
parent | 82b1691e27956cad53d65e0e93f1aa39d407b3d9 (diff) |
* apt-pkg/algorithms.cc:
- use clog instead of cout in debug
Diffstat (limited to 'apt-pkg')
-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]; |