]> git.saurik.com Git - apt.git/commitdiff
make starting debug output of pkgProblemResolver proper english
authorMichael Vogt <mvo@debian.org>
Fri, 28 Jun 2013 05:37:55 +0000 (07:37 +0200)
committerMichael Vogt <mvo@debian.org>
Fri, 28 Jun 2013 05:37:55 +0000 (07:37 +0200)
apt-pkg/algorithms.cc

index c2c38e7287efca121603a7d70e04ae617bd3af2f..df38e6109e0e34c32cbfca1aa82608b9c15e42cf 100644 (file)
@@ -846,7 +846,8 @@ bool pkgProblemResolver::ResolveInternal(bool const BrokenFix)
    while (Again == true);
 
    if (Debug == true) {
-      clog << "Starting, broken count: " << Cache.BrokenCount() << endl;
+      clog << "Starting pkgProblemResolver with broken count: " 
+           << Cache.BrokenCount() << endl;
    }
    
    MakeScores();
@@ -876,7 +877,8 @@ bool pkgProblemResolver::ResolveInternal(bool const BrokenFix)
    }
 
    if (Debug == true) {
-      clog << "Starting 2, broken count: " << Cache.BrokenCount() << endl;
+      clog << "Starting 2 pkgProblemResolver with broken count: " 
+           << Cache.BrokenCount() << endl;
    }
 
    /* Now consider all broken packages. For each broken package we either