Skip to content

Commit 8325000

Browse files
authored
nit late block improvement (Consensys#8170)
1 parent 4911b1d commit 8325000

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/logging/src/main/java/tech/pegasys/teku/infrastructure/logging

1 file changed

+1
-1
lines changed

Diff for: infrastructure/logging/src/main/java/tech/pegasys/teku/infrastructure/logging/EventLogger.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public void lateBlockImport(
280280
final String result) {
281281
final String slowBlockLog =
282282
String.format(
283-
"Late Block Import *** Block: %s Proposer: %s Result: %s %s",
283+
"Late Block Import *** Block: %s Proposer: %s Result: %s Timings: %s",
284284
LogFormatter.formatBlock(slot, root), proposer, result, timings);
285285
warn(slowBlockLog, Color.YELLOW);
286286
}

0 commit comments

Comments
 (0)