more debug
This commit is contained in:
parent
2b623dc9ed
commit
e8eeb18d7a
|
|
@ -336,6 +336,7 @@ class FSM(DirectObject.DirectObject):
|
|||
# Internal function to change unconditionally to the indicated
|
||||
# state.
|
||||
assert(self.state)
|
||||
assert(self.notify.debug("%s to state %s." % (self.name, newState)))
|
||||
|
||||
self.oldState = self.state
|
||||
self.newState = newState
|
||||
|
|
|
|||
Loading…
Reference in New Issue