summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-12-28 15:58:54 +0000
committerZac Medico <zmedico@gentoo.org>2007-12-28 15:58:54 +0000
commitcc7c923d5c199433a3f9d6c1d653f009bb204fbb (patch)
tree6f642afdcb6adb9075050f0d3aea3fbad4538202 /pym/portage.py
parented22bd8e6d0f995dae84177c9ea1ab3e3cad304d (diff)
downloadportage-cc7c923d5c199433a3f9d6c1d653f009bb204fbb.tar.gz
portage-cc7c923d5c199433a3f9d6c1d653f009bb204fbb.tar.bz2
portage-cc7c923d5c199433a3f9d6c1d653f009bb204fbb.zip
Fix "Initializing counter" message to show the correct value.
(trunk r9053) svn path=/main/branches/2.1.2/; revision=9070
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
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