浏览代码

*** empty log message ***

Joe Shochet 24 年之前
父节点
当前提交
991a64daa8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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(),