From d45fc6a851652fd51de905d59ac5d24e4f67f289 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 8 Feb 2018 02:44:39 +0100 Subject: [PATCH] balls --- modules/http_proxy_base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http_proxy_base.go b/modules/http_proxy_base.go index fcd4df55..6353aa84 100644 --- a/modules/http_proxy_base.go +++ b/modules/http_proxy_base.go @@ -337,7 +337,7 @@ func (p *HTTPProxy) Start() { } if err != nil { - log.Warning("%s", err) + log.Fatal("%s", err) } }() }