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/SyncTargetRangeSource.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 816f050 commit c98084a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private SyncTargetRange getRangeFromPendingRequest() {
if (retryCount >= retriesPermitted) {
LOG.atDebug()
.setMessage(
"Disconnecting target peer for providing useless or empty range headers: {}.")
"Disconnecting target peer {} for providing useless or empty range headers.")
.addArgument(peer)
.log();
peer.disconnect(DisconnectMessage.DisconnectReason.USELESS_PEER_USELESS_RESPONSES);
Expand Down

0 comments on commit c98084a

Please sign in to comment.