diff options
Diffstat (limited to 'tests/depcache.py')
| -rw-r--r-- | tests/depcache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/depcache.py b/tests/depcache.py index f5deed33..f4821b4f 100644 --- a/tests/depcache.py +++ b/tests/depcache.py @@ -30,7 +30,7 @@ def main(): if depcache.MarkedInstall(p): depcache.MarkKeep(p) if depcache.InstCount != 0: - print "Error undoing the selection for %s" % x + print "Error undoing the selection for %s (InstCount: %s)" % (x,depcache.InstCount) print "\r%i/%i=%.3f%% " % (i,all,(float(i)/float(all)*100)), print |
