Merge pull request #853 from dweinstein/warnings-to-stderr

TLS verification warnings write to stderr
This commit is contained in:
Maximilian Hils 2015-12-10 17:49:24 +01:00
commit f446dc4b83

View File

@ -150,7 +150,8 @@ class DumpMaster(flow.FlowMaster):
self.echo(
e,
fg="red" if level == "error" else None,
dim=(level == "debug")
dim=(level == "debug"),
err=(level == "error")
)
@staticmethod