Skip to content

Commit

Permalink
chore: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigorov-Georgi committed Feb 7, 2025
1 parent e75375f commit 9f17578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void start(GrandpaRound round) {

round.setOnStageTimerHandler(Executors.newScheduledThreadPool(1));
round.getOnStageTimerHandler().schedule(() -> {
log.fine(String.format("Round %d 4 * T timer triggered.", round.getRoundNumber()));
log.fine(String.format("Round %d timer triggered.", round.getRoundNumber()));
end(round);
}, timeRemaining, TimeUnit.MILLISECONDS);
}
Expand Down

0 comments on commit 9f17578

Please sign in to comment.