diff options
-rw-r--r-- | pym/portage/dbapi/vartree.py | 2 |
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 |