提交 8c3d55ab 编写于 作者: C Cleber Rosa

avocado/core/output.py: use WARN on warn_header_str

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 1b4cd1cc
......@@ -206,7 +206,7 @@ class TermSupport(object):
If the output does not support colors, just return the original string.
"""
return self.SKIP + msg + self.ENDC
return self.WARN + msg + self.ENDC
def healthy_str(self, msg):
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册