summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/__init__.py')
-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(