mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-30 03:14:22 +00:00
Merge pull request #853 from dweinstein/warnings-to-stderr
TLS verification warnings write to stderr
This commit is contained in:
commit
f446dc4b83
@ -150,7 +150,8 @@ class DumpMaster(flow.FlowMaster):
|
|||||||
self.echo(
|
self.echo(
|
||||||
e,
|
e,
|
||||||
fg="red" if level == "error" else None,
|
fg="red" if level == "error" else None,
|
||||||
dim=(level == "debug")
|
dim=(level == "debug"),
|
||||||
|
err=(level == "error")
|
||||||
)
|
)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user