浏览代码

proper warning for IMGPROXY_IGNORE_SSL_VERIFICATION

DarthSim 6 年之前
父节点
当前提交
ee29fb848c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.go

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