'no transition exists' changed from debug to warning

This commit is contained in:
Darren Ranalli 2001-07-17 22:44:55 +00:00
parent d37e9a2f7d
commit f4450bcf6b

View File

@ -210,7 +210,7 @@ class FSM(DirectObject):
exitArgList)
return 1
else:
FSM.notify.debug("[%s]: no transition exists from %s to %s" %
FSM.notify.warning("[%s]: no transition exists from %s to %s" %
(self.__name,
self.__currentState.getName(),
aStateName))