mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 19:27:14 +00:00
TLS verification warnings write to stderr
This commit is contained in:
parent
3b38fd86d2
commit
78fc092b94
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue