*** empty log message ***
This commit is contained in:
parent
a80221a48d
commit
c18727240d
|
|
@ -212,7 +212,7 @@ class FSM(DirectObject):
|
|||
# are we already in this state?
|
||||
elif (aStateName == self.__currentState.getName()):
|
||||
FSM.notify.debug("[%s]: already in state %s and no self transition" %
|
||||
(aStateName))
|
||||
(self.__name, aStateName))
|
||||
return 0
|
||||
else:
|
||||
FSM.notify.warning("[%s]: no transition exists from %s to %s" %
|
||||
|
|
|
|||
Loading…
Reference in New Issue