Browse Source

*** empty log message ***

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

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

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