diff --git a/direct/src/fsm/FSM.py b/direct/src/fsm/FSM.py index 42a5edbcfb..ab6f085ea3 100644 --- a/direct/src/fsm/FSM.py +++ b/direct/src/fsm/FSM.py @@ -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" %