From 78fc092b94bc0c4ef73c2b8ad3f5ceb2db0c33ef Mon Sep 17 00:00:00 2001 From: David Weinstein Date: Thu, 10 Dec 2015 11:43:58 -0500 Subject: [PATCH] TLS verification warnings write to stderr --- libmproxy/dump.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libmproxy/dump.py b/libmproxy/dump.py index d2b130f1d..22a2b75cf 100644 --- a/libmproxy/dump.py +++ b/libmproxy/dump.py @@ -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