Skip to content

Commit

Permalink
nit late block improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Apr 4, 2024
1 parent 5ac0f2d commit 2c3344e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public void lateBlockImport(
final String result) {
final String slowBlockLog =
String.format(
"Late Block Import *** Block: %s Proposer: %s Result: %s %s",
"Late Block Import *** Block: %s Proposer: %s Result: %s Timings: %s",
LogFormatter.formatBlock(slot, root), proposer, result, timings);
warn(slowBlockLog, Color.YELLOW);
}
Expand Down

0 comments on commit 2c3344e

Please sign in to comment.