summaryrefslogtreecommitdiffstats
path: root/pym/portage/elog/mod_echo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/elog/mod_echo.py')
-rw-r--r--pym/portage/elog/mod_echo.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pym/portage/elog/mod_echo.py b/pym/portage/elog/mod_echo.py
index 1c83600a4..30d88f005 100644
--- a/pym/portage/elog/mod_echo.py
+++ b/pym/portage/elog/mod_echo.py
@@ -33,8 +33,7 @@ def finalize(mysettings=None):
"WARN": printer.ewarn,
"ERROR": printer.eerror,
"LOG": printer.einfo,
- "QA": printer.ewarn,
- "BLANK": printer.eblank}
+ "QA": printer.ewarn}
if isinstance(msgcontent, basestring):
msgcontent = [msgcontent]
for line in msgcontent: