dont log system calls
authorTony Mack <tmack@cs.princeton.edu>
Fri, 16 Oct 2009 00:34:48 +0000 (00:34 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 16 Oct 2009 00:34:48 +0000 (00:34 +0000)
PLC/Method.py

index a422b96..dfe9f1a 100644 (file)
@@ -128,6 +128,8 @@ class Method (object):
         #if self.name.startswith('system') or self.name.startswith('Get'):
         #    return False
         # Do not log ReportRunlevel 
+        if self.name.startswith('system'):
+            return False
         if self.name.startswith('ReportRunlevel'):
             return False