Fix typo.
authorZac Medico <zmedico@gentoo.org>
Mon, 4 Jun 2007 03:13:43 +0000 (03:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 4 Jun 2007 03:13:43 +0000 (03:13 -0000)
svn path=/main/trunk/; revision=6729

bin/quickpkg

index daa35b6328b88356f6f42a24a40171a4ca59c033..cf8c44c4862e94796988c827eb90c7b7223ad3a3 100755 (executable)
@@ -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)