Sfoglia il codice sorgente

'no transition exists' changed from debug to warning

Darren Ranalli 24 anni fa
parent
commit
f4450bcf6b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      direct/src/fsm/FSM.py

+ 1 - 1
direct/src/fsm/FSM.py

@@ -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))