diff options
-rw-r--r-- | apt-pkg/algorithms.cc | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 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]; diff --git a/debian/changelog b/debian/changelog index 89654fe03..127c5fd83 100644 --- a/debian/changelog +++ b/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) |