Update logs for blsync (Fixes #31968 )

This commit is contained in:
shantichanal 2025-06-16 11:05:22 +02:00 committed by zsfelfoldi
parent 41408af9b9
commit 80b6421b48

View file

@ -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