mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 22:16:15 +03:00
Fix all failing tests with -race
This commit is contained in:
+3
-1
@@ -440,6 +440,8 @@ func handleCommonEnvVars() {
|
||||
}
|
||||
|
||||
func logStartupMessage(msg string, data ...interface{}) {
|
||||
globalConsoleSys.Send(msg)
|
||||
if globalConsoleSys != nil {
|
||||
globalConsoleSys.Send(msg)
|
||||
}
|
||||
logger.StartupMessage(msg, data...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user