From 44603dbaa9e3585232fb48eeb1cd5ed96c32e853 Mon Sep 17 00:00:00 2001 From: Jaynti Kanani Date: Wed, 20 Apr 2022 14:25:08 +0400 Subject: [PATCH] Update rest.go (#349) Co-authored-by: Krishna Upadhyaya --- consensus/bor/rest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/bor/rest.go b/consensus/bor/rest.go index f9ed4c489b..6460b75a3c 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) } } }