refactor(ActionScheduler): include tick in wheel stop debug log

This commit is contained in:
2026-02-09 20:56:45 +08:00
parent a5d26769e8
commit ecbbbc9954

View File

@@ -194,7 +194,7 @@ class ActionScheduler : AgentRunningSubModule<Set<ScheduledActionData>, Void>()
log.debug("Executing action at hour {} tick {}", launchingHour, tick)
}
if (shouldBreak) {
log.debug("Wheel stopped")
log.debug("Wheel stopped at tick {}", tick)
break
}