mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 13:36:37 +00:00
Small update for logs when syncing with blsync. Downgrades the "latest filled block is not available" to warn. Co-authored-by: shantichanal <158101918+shantichanal@users.noreply.github.com>
This commit is contained in:
parent
41408af9b9
commit
b4979f706c
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ func (s *skeleton) sync(head *types.Header) (*types.Header, error) {
|
||||||
defer close(done)
|
defer close(done)
|
||||||
filled := s.filler.suspend()
|
filled := s.filler.suspend()
|
||||||
if filled == nil {
|
if filled == nil {
|
||||||
log.Error("Latest filled block is not available")
|
log.Warn("Latest filled block is not available")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
// If something was filled, try to delete stale sync helpers. If
|
// If something was filled, try to delete stale sync helpers. If
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue