diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-03-06 04:48:24 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-03-06 04:48:24 +0000 |
commit | 89176cd5b606cce6f093271875c565ed5a4f3bc4 (patch) | |
tree | f5a6a11c3d0330971cdf3461078ac44c65471ded | |
parent | c8898f40c614eab5262c28a5f11b27a56f898fa1 (diff) | |
download | portage-89176cd5b606cce6f093271875c565ed5a4f3bc4.tar.gz portage-89176cd5b606cce6f093271875c565ed5a4f3bc4.tar.bz2 portage-89176cd5b606cce6f093271875c565ed5a4f3bc4.zip |
Send message about unset RESUMECOMMAND to stderr instead of stdout.
svn path=/main/trunk/; revision=12768
-rw-r--r-- | pym/portage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 4db58bb0f..fb6cfaf5f 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -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( |