From 5d41edfecc6eb9d5b045877a5796c3d4b6528e56 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 25 Dec 2007 03:20:40 +0000 Subject: Fix "Initializing counter" message to show the correct value. svn path=/main/trunk/; revision=9053 --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 1c9aace28..0c3a0eacb 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -650,7 +650,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