- use clog instead of cout in debug
continue;
if (Debug == true)
continue;
if (Debug == true)
- cout << "Investigating " << I.Name() << endl;
+ clog << "Investigating " << I.Name() << endl;
// Isolate the problem dependency
PackageKill KillList[100];
// Isolate the problem dependency
PackageKill KillList[100];
+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)
apt (0.6.46.4) unstable; urgency=high
* ack NMU (closes: #401017)