more debug

This commit is contained in:
David Rose 2005-01-19 01:36:02 +00:00
parent 2b623dc9ed
commit e8eeb18d7a

View File

@ -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