Send message about unset RESUMECOMMAND to stderr instead of stdout.
authorZac Medico <zmedico@gentoo.org>
Fri, 6 Mar 2009 04:48:24 +0000 (04:48 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 6 Mar 2009 04:48:24 +0000 (04:48 -0000)
svn path=/main/trunk/; revision=12768

pym/portage/__init__.py

index 4db58bb0fae28a9fda3567ee2633cd4140c23249..fb6cfaf5f55ab276d34bdf198eb82b802d18e785 100644 (file)
@@ -4092,7 +4092,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(