mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
fix: only show active/available ARNs in server startup banner (#9392)
This commit is contained in:
@@ -202,7 +202,7 @@ func printEventNotifiers() {
|
||||
return
|
||||
}
|
||||
|
||||
arns := globalNotificationSys.GetARNList()
|
||||
arns := globalNotificationSys.GetARNList(true)
|
||||
if len(arns) == 0 {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user