Skip to content

Commit 42c4468

Browse files
authored
fixed incorrect number of log params (#8928)
Signed-off-by: Sally MacFarlane <[email protected]>
1 parent 457d074 commit 42c4468

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/sync/backwardsync/BackwardSyncAlgorithm.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ private void handleEthPeerMaxRetriesException(final Hash firstHash) {
149149
"Unable to retrieve block {} from any peer, with {} peers available. Could be a reorged block. Waiting for the next block from the consensus client to try again.")
150150
.addArgument(firstHash)
151151
.addArgument(context.getEthContext().getEthPeers().peerCount())
152-
.addArgument(context.getBackwardChain().getFirstHashToAppend())
153152
.log();
154153
LOG.atDebug().setMessage("Removing hash {} from hashesToAppend").addArgument(firstHash).log();
155154
}

0 commit comments

Comments
 (0)