mirror of
https://github.com/minio/minio.git
synced 2025-11-28 21:18:10 -05:00
@@ -76,7 +76,7 @@ func newElasticNotify(accountID string) (*logrus.Logger, error) {
|
||||
return nil, err
|
||||
}
|
||||
if !createIndex.Acknowledged {
|
||||
return nil, errors.New("Index not created.")
|
||||
return nil, errors.New("Index not created")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user