diff --git a/cmd/server-main.go b/cmd/server-main.go index 1170a1328..47f4dee5e 100644 --- a/cmd/server-main.go +++ b/cmd/server-main.go @@ -590,7 +590,8 @@ func serverMain(ctx *cli.Context) { initBackgroundTransition(GlobalContext, newObject) go func() { - if err := globalTierConfigMgr.Init(GlobalContext, newObject); err != nil { + err := globalTierConfigMgr.Init(GlobalContext, newObject) + if err != nil { logger.LogIf(GlobalContext, err) }