'no transition exists' changed from debug to warning
This commit is contained in:
parent
d37e9a2f7d
commit
f4450bcf6b
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue