Skip to content

Commit b8e978e

Browse files
committed
change log level
Signed-off-by: Karim Taam <karim.t2am@gmail.com>
1 parent 4f233dd commit b8e978e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/parallelization/MainnetParallelBlockProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public BlockProcessingResult processBlock(
156156
new ParallelTransactionPreprocessing());
157157
if (blockProcessingResult.isFailed()) {
158158
// Fallback to non-parallel processing if there is a block processing exception .
159-
LOG.info(
159+
LOG.warn(
160160
"Block processing failed. Falling back to non-parallel processing for block #{} ({})",
161161
blockHeader.getNumber(),
162162
blockHeader.getBlockHash());

0 commit comments

Comments
 (0)