mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
Update logs for blsync (Fixes #31968 )
This commit is contained in:
parent
41408af9b9
commit
80b6421b48
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