summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-25 03:20:40 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-25 03:20:40 +0000
commit5d41edfecc6eb9d5b045877a5796c3d4b6528e56 (patch)
tree072236168e81d85680496a97144b0cdcd565d196 /pym
parent55d246616f6bc156e98810ec98c19a0f5130b3e4 (diff)
downloadportage-5d41edfecc6eb9d5b045877a5796c3d4b6528e56.tar.gz
portage-5d41edfecc6eb9d5b045877a5796c3d4b6528e56.tar.bz2
portage-5d41edfecc6eb9d5b045877a5796c3d4b6528e56.zip
Fix "Initializing counter" message to show the correct value.
svn path=/main/trunk/; revision=9053
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/vartree.py2
1 files changed, 1 insertions, 1 deletions
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