diff options
-rwxr-xr-x | bin/quickpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/quickpkg b/bin/quickpkg index daa35b632..cf8c44c48 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -27,7 +27,7 @@ def quickpkg_main(options, args, eout): atom = dep_expand(arg, mydb=vardb, settings=vartree.settings) except ValueError, e: # Multiple matches thrown from cpv_expand - eout.error("Please use a more specific atom: " % \ + eout.eerror("Please use a more specific atom: %s" % \ " ".join(e.args[0])) del e missing.append(arg) |