projects
/
apt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dcab2a7
)
make starting debug output of pkgProblemResolver proper english
author
Michael Vogt
<mvo@debian.org>
Fri, 28 Jun 2013 05:37:55 +0000
(07:37 +0200)
committer
Michael Vogt
<mvo@debian.org>
Fri, 28 Jun 2013 05:37:55 +0000
(07:37 +0200)
apt-pkg/algorithms.cc
patch
|
blob
|
blame
|
history
diff --git
a/apt-pkg/algorithms.cc
b/apt-pkg/algorithms.cc
index c2c38e7287efca121603a7d70e04ae617bd3af2f..df38e6109e0e34c32cbfca1aa82608b9c15e42cf 100644
(file)
--- a/
apt-pkg/algorithms.cc
+++ b/
apt-pkg/algorithms.cc
@@
-846,7
+846,8
@@
bool pkgProblemResolver::ResolveInternal(bool const BrokenFix)
while (Again == true);
if (Debug == true) {
while (Again == true);
if (Debug == true) {
- clog << "Starting, broken count: " << Cache.BrokenCount() << endl;
+ clog << "Starting pkgProblemResolver with broken count: "
+ << Cache.BrokenCount() << endl;
}
MakeScores();
}
MakeScores();
@@
-876,7
+877,8
@@
bool pkgProblemResolver::ResolveInternal(bool const BrokenFix)
}
if (Debug == true) {
}
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
}
/* Now consider all broken packages. For each broken package we either