add bucket name to the log

This commit is contained in:
Harshavardhana 2021-02-08 23:00:48 -08:00
parent fb78283c0a
commit 53e0c16976

View File

@ -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
}