From ee29fb848c5da9c0ef4ad00f21aeb999800d1c11 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Tue, 2 Oct 2018 18:19:30 +0600 Subject: [PATCH] proper warning for IMGPROXY_IGNORE_SSL_VERIFICATION --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 0de469dd..9ed322ee 100644 --- a/config.go +++ b/config.go @@ -277,7 +277,7 @@ func init() { } if conf.IgnoreSslVerification { - log.Println("Ignoring SSL verification is very unsafe. Hope you know what you're doing") + warning("Ignoring SSL verification is very unsafe") } if conf.LocalFileSystemRoot != "" {