mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
make subnet subsys dynamic and simplify callhome (#15927)
This commit is contained in:
@@ -51,7 +51,7 @@ func printStartupMessage(apiEndpoints []string, err error) {
|
||||
}
|
||||
}
|
||||
|
||||
if len(globalSubnetConfig.APIKey) == 0 && err == nil {
|
||||
if !globalSubnetConfig.Registered() {
|
||||
var builder strings.Builder
|
||||
startupBanner(&builder)
|
||||
logger.Info(builder.String())
|
||||
|
||||
Reference in New Issue
Block a user