Logging: errorIf fatalIf print in the format [file.go:82:funcName()] (#3127)

This commit is contained in:
Krishna Srinivas
2016-10-29 15:04:16 +05:30
committed by Harshavardhana
parent 79b98b5c25
commit 0b3282ac9f
5 changed files with 15 additions and 91 deletions

View File

@@ -71,9 +71,6 @@ VERSION:
func init() {
// Check if minio was compiled using a supported version of Golang.
checkGoVersion()
// Set global trace flag.
globalTrace = os.Getenv("MINIO_TRACE") == "1"
}
func migrate() {