diff --git a/consensus/bor/rest.go b/consensus/bor/rest.go index f9ed4c489b7c..6460b75a3c11 100644 --- a/consensus/bor/rest.go +++ b/consensus/bor/rest.go @@ -113,7 +113,7 @@ func (h *HeimdallClient) FetchWithRetry(rawPath string, rawQuery string) (*Respo if err == nil && res != nil { return res, nil } - log.Info("Retrying again in 5 seconds for next Heimdall data", "path", u.Path) + log.Info("Retrying again in 5 seconds to fetch data from Heimdall", "path", u.Path) } } }