mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +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)
|
||||
}
|
||||
if (shouldBreak) {
|
||||
log.debug("Wheel stopped")
|
||||
log.debug("Wheel stopped at tick {}", tick)
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user