mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
'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…
x
Reference in New Issue
Block a user