mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
refactor(ActionScheduler): include tick in wheel stop debug log
This commit is contained in:
@@ -194,7 +194,7 @@ class ActionScheduler : AgentRunningSubModule<Set<ScheduledActionData>, Void>()
|
|||||||
log.debug("Executing action at hour {} tick {}", launchingHour, tick)
|
log.debug("Executing action at hour {} tick {}", launchingHour, tick)
|
||||||
}
|
}
|
||||||
if (shouldBreak) {
|
if (shouldBreak) {
|
||||||
log.debug("Wheel stopped")
|
log.debug("Wheel stopped at tick {}", tick)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user