Send message about unset RESUMECOMMAND to stderr instead of stdout.
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:44:50 +0000 (06:44 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:44:50 +0000 (06:44 -0000)
(trunk r12768)

svn path=/main/branches/2.1.6/; revision=13012

pym/portage/__init__.py

index 82fc57431df581c32ca00a20467860b90d4a9162..109d82af83c24911aa6c124646de4abea225545e 100644 (file)
@@ -4082,7 +4082,7 @@ def fetch(myuris, mysettings, listonly=0, fetchonly=0, locks_in_subdir=".locks",
                                                        "have been defined in\n!!! %s/make.globals.\n") \
                                                        % (resumecommand_var,
                                                        portage.const.GLOBAL_CONFIG_PATH),
-                                                       noiselevel=-1)
+                                                       level=logging.ERROR, noiselevel=-1)
                                                return 0
                                if "${FILE}" not in resumecommand:
                                        portage.util.writemsg_level(