Browse Source

proper warning for IMGPROXY_IGNORE_SSL_VERIFICATION

DarthSim 6 years ago
parent
commit
ee29fb848c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.go

+ 1 - 1
config.go

@@ -277,7 +277,7 @@ func init() {
 	}
 	}
 
 
 	if conf.IgnoreSslVerification {
 	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 != "" {
 	if conf.LocalFileSystemRoot != "" {