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 c4fdc17 commit 816f050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ private SyncTargetRange getRangeFromPendingRequest() {
if (retryCount >= retriesPermitted) {
LOG.atDebug()
.setMessage(
"Disconnecting target peer for not providing useful range headers: {}, Exception: {}.")
"Disconnecting target peer {} for not providing useful range headers: Exception: {}.")
.addArgument(peer)
.addArgument(e)
.log();
Expand Down

0 comments on commit 816f050

Please sign in to comment.