mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-10 05:53:46 +00:00
Merge pull request #23 from maticnetwork/dev-fix-log
Remove unwanted log
This commit is contained in:
commit
e3f1e51ae6
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 {
|
if err == nil && res != nil {
|
||||||
return res, nil
|
return res, nil
|
||||||
}
|
}
|
||||||
log.Info("Retrying again in 5 seconds for next Heimdall span", u.Path)
|
log.Info("Retrying again in 5 seconds for next Heimdall span", "path", u.Path)
|
||||||
time.Sleep(5 * time.Second)
|
time.Sleep(5 * time.Second)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue