Bladeren bron

*** empty log message ***

Mark Mine 24 jaren geleden
bovenliggende
commit
0ec66737d1
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  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
         apply(self.function, self.extraArgs)
+        # Print debug information
+        self.notify.debug('updateFunc() - %s: executing Function' % self.name)
 
 ### FunctionInterval subclass for throwing events ###
 class EventInterval(FunctionInterval):