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 != "" {