Index: MythTV/MythBase.py =================================================================== --- MythTV/MythBase.py (revision 24335) +++ MythTV/MythBase.py (working copy) @@ -1900,7 +1900,6 @@ if MythLog.LOGLEVEL&2**l: level.append(bwlist[l]) return ','.join(level) - _parselevel = staticmethod(_parselevel) def log(self, level, message, detail=None, dblevel=None): """