mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 16:13:47 +00:00
fix log for retry
This commit is contained in:
parent
e36fb38183
commit
b343bd10c6
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ func FetchFromHeimdallWithRetry(client http.Client, urlString string, paths ...s
|
|||
if err == nil && res != nil {
|
||||
return res, nil
|
||||
}
|
||||
log.Info("Retrying again in 5 seconds", u.String())
|
||||
log.Info("Retrying again in 5 seconds for next Heimdall span", u.Path)
|
||||
time.Sleep(5 * time.Second)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue