This commit is contained in:
Frank
2022-07-01 23:00:25 +02:00
parent 8dd850d685
commit 0dc26216c2
3 changed files with 10 additions and 4 deletions

View File

@@ -1013,7 +1013,7 @@ function OPERATION:onafterPhaseChange(From, Event, To, Phase)
end
-- Debug message.
self:T(self.lid..string.format("Phase change: %s --> %s", oldphase, Phase.name))
self:I(self.lid..string.format("Phase change: %s --> %s", oldphase, Phase.name))
-- Set currently active phase.
self.phase=Phase