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