From: Zac Medico Date: Tue, 25 Dec 2007 03:20:40 +0000 (-0000) Subject: Fix "Initializing counter" message to show the correct value. X-Git-Tag: v2.2_pre1~115 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5d41edfecc6eb9d5b045877a5796c3d4b6528e56;p=portage.git Fix "Initializing counter" message to show the correct value. svn path=/main/trunk/; revision=9053 --- 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