From 53e0c16976fb36fe5028ca95ecde36d0931c20a0 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 8 Feb 2021 23:00:48 -0800 Subject: [PATCH] add bucket name to the log --- cmd/global-heal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/global-heal.go b/cmd/global-heal.go index b3e3afc5c..fa6dbce80 100644 --- a/cmd/global-heal.go +++ b/cmd/global-heal.go @@ -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 }