*** empty log message ***

This commit is contained in:
Joe Shochet 2001-07-19 22:48:54 +00:00
parent a80221a48d
commit c18727240d
1 changed files with 1 additions and 1 deletions

View File

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