*** empty log message ***

This commit is contained in:
Joe Shochet 2001-10-02 02:38:41 +00:00
parent bd1c29dc40
commit 991a64daa8
1 changed files with 1 additions and 1 deletions

View File

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