mirror of
https://github.com/minio/minio.git
synced 2025-07-14 11:21:52 -04:00
add bucket name to the log
This commit is contained in:
parent
fb78283c0a
commit
53e0c16976
@ -181,7 +181,7 @@ func healErasureSet(ctx context.Context, prefix string, setIndex int, maxIO int,
|
||||
for {
|
||||
entry, quorumCount, ok := lexicallySortedEntryVersions(entryChs, entries, entriesValid)
|
||||
if !ok {
|
||||
logger.Info("Healing finished for bucket '%s' on erasure set %d", setIndex+1)
|
||||
logger.Info("Healing finished for bucket '%s' on erasure set %d", bucket.Name, setIndex+1)
|
||||
// We are finished with this bucket return.
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user