mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
TLS verification warnings write to stderr
This commit is contained in:
parent
3b38fd86d2
commit
78fc092b94
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user