Browse Source

*** empty log message ***

Mark Mine 24 years ago
parent
commit
0ec66737d1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/interval/FunctionInterval.py

+ 2 - 0
direct/src/interval/FunctionInterval.py

@@ -38,6 +38,8 @@ class FunctionInterval(Interval):
 	"""
 	"""
         # Evaluate the function
         # Evaluate the function
         apply(self.function, self.extraArgs)
         apply(self.function, self.extraArgs)
+        # Print debug information
+        self.notify.debug('updateFunc() - %s: executing Function' % self.name)
 
 
 ### FunctionInterval subclass for throwing events ###
 ### FunctionInterval subclass for throwing events ###
 class EventInterval(FunctionInterval):
 class EventInterval(FunctionInterval):