Browse Source

*** empty log message ***

Joe Shochet 24 years ago
parent
commit
991a64daa8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/fsm/FSM.py

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

@@ -222,7 +222,7 @@ class FSM(DirectObject):
                                  (self.__name, aStateName))
             return 0
         else:
-            if FSM.notify.getDebug():
+            if FSM.notify.getWarning():
                 FSM.notify.warning("[%s]: no transition exists from %s to %s" %
                                    (self.__name,
                                     self.__currentState.getName(),