Skip to content

Commit

Permalink
change error to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 31, 2024
1 parent 1f24a22 commit 6006719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ SafeFuture<FetchResult<List<BlobSidecar>>> fetch(final Eth2Peer peer) {
.thenApply(__ -> FetchResult.createSuccessful(peer, blobSidecars))
.exceptionally(
err -> {
LOG.error(
LOG.debug(
String.format(
"Failed to fetch %d blob sidecars for block root %s from peer %s",
blobIdentifiers.size(), blockRoot, peer.getId()),
Expand Down

0 comments on commit 6006719

Please sign in to comment.