X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethod.py;h=dfe9f1a698e4d2c75ac52651d23f9401823baec0;hb=253f60663a831cbe5416707805d5f4769dbb3fff;hp=a422b9635832d1ec2071d692f74ed15fcbc83f84;hpb=9f55b8855042249e15a86d7ba9c72f44ed313b37;p=plcapi.git diff --git a/PLC/Method.py b/PLC/Method.py index a422b96..dfe9f1a 100644 --- a/PLC/Method.py +++ b/PLC/Method.py @@ -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