Skip to content

Commit

Permalink
Update ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/s…
Browse files Browse the repository at this point in the history
…ync/range/RangeHeadersFetcher.java

Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: Stefan Pingel <[email protected]>
  • Loading branch information
pinges and macfarla authored Jun 18, 2024
1 parent c98084a commit 7dded30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public CompletableFuture<List<BlockHeader>> getNextRangeHeaders(
additionalHeaderCount = (int) Math.min(maxHeadersToRequest, maximumHeaderRequestSize);
if (additionalHeaderCount == 0) {
LOG.atTrace()
.setMessage("Requesting next range headers: additional header count is 0")
.setMessage("Requesting next range headers: additional header count is 0, blocks until target: {}")
.addArgument(blocksUntilTarget)
.log();
return completedFuture(singletonList(targetHeader));
Expand Down

0 comments on commit 7dded30

Please sign in to comment.