summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/dbapi/porttree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index 00d5b2112..357b17232 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -658,7 +658,7 @@ class portdbapi(dbapi):
continue
except PortageException, e:
writemsg("!!! Error: aux_get('%s', %s)\n" % (mycpv, aux_keys),
- mycpv, noiselevel=-1)
+ noiselevel=-1)
writemsg("!!! %s\n" % str(e), noiselevel=-1)
del e
continue