From b4979f706c80fc188d65ca32609d9a00c4b5c3a6 Mon Sep 17 00:00:00 2001 From: shazam8253 <54690736+shazam8253@users.noreply.github.com> Date: Wed, 2 Jul 2025 12:39:21 +0200 Subject: [PATCH] beacon/blsync: update logs for blsync (Fixes #31968 ) (#32046) 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> --- eth/downloader/skeleton.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/downloader/skeleton.go b/eth/downloader/skeleton.go index ad74dab844..206d28414e 100644 --- a/eth/downloader/skeleton.go +++ b/eth/downloader/skeleton.go @@ -384,7 +384,7 @@ func (s *skeleton) sync(head *types.Header) (*types.Header, error) { defer close(done) filled := s.filler.suspend() if filled == nil { - log.Error("Latest filled block is not available") + log.Warn("Latest filled block is not available") return } // If something was filled, try to delete stale sync helpers. If