From cc7c923d5c199433a3f9d6c1d653f009bb204fbb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 28 Dec 2007 15:58:54 +0000 Subject: Fix "Initializing counter" message to show the correct value. (trunk r9053) svn path=/main/branches/2.1.2/; revision=9070 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage.py b/pym/portage.py index e8bd8027e..f791b6c69 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -6539,7 +6539,7 @@ class vardbapi(dbapi): if counter != real_counter: changed = True writemsg("!!! Initializing COUNTER to " + \ - "value of %d\n" % counter, noiselevel=-1) + "value of %d\n" % real_counter, noiselevel=-1) # Never trust the counter file, since having a # corrupt value that is too low there can trigger -- cgit v1.2.3-1-g7c22