summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-11 06:44:50 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-11 06:44:50 +0000
commit5f31b8cfbee443bebc6b65bbc17b185f7013f273 (patch)
tree40b520ea566b8b1096fd8ae802d288508ef69f6b /pym
parent83eb257e26eb271f2d4c5bfae1425a47fcddc406 (diff)
downloadportage-5f31b8cfbee443bebc6b65bbc17b185f7013f273.tar.gz
portage-5f31b8cfbee443bebc6b65bbc17b185f7013f273.tar.bz2
portage-5f31b8cfbee443bebc6b65bbc17b185f7013f273.zip
Send message about unset RESUMECOMMAND to stderr instead of stdout.
(trunk r12768) svn path=/main/branches/2.1.6/; revision=13012
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 82fc57431..109d82af8 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -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(