Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Apr 4, 2024
1 parent 25afa80 commit 5edfbf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ public void lateBlockImport(
final String result) {
final String slowBlockLog =
String.format(
"Late Block Import *** Block: %s proposer %s - %s - result: %s",
LogFormatter.formatBlock(slot, root), proposer, timings, result);
"Late Block Import *** Block: %s Proposer: %s Result: %s %s",
LogFormatter.formatBlock(slot, root), proposer, result, timings);
warn(slowBlockLog, Color.YELLOW);
}

Expand Down

0 comments on commit 5edfbf4

Please sign in to comment.