]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/algorithms.cc
* merged from the apt--auto-mark branch
[apt.git] / apt-pkg / algorithms.cc
index 55f44fbd5c6bba50dc5813f4b7a41488b65b128b..8a22819bf168e40f49de876433e029ff8fddfe8b 100644 (file)
@@ -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];