(no commit message)
This commit is contained in:
@ -11,7 +11,7 @@ class Logger(object):
|
||||
@staticmethod
|
||||
def debug(data):
|
||||
if Logger.debugFlag:
|
||||
syslog.syslog(syslog.LOG_DEBUG, data)
|
||||
syslog.syslog(syslog.LOG_DEBUG, data)
|
||||
print data
|
||||
|
||||
@staticmethod
|
||||
@ -24,7 +24,7 @@ class Logger(object):
|
||||
|
||||
@staticmethod
|
||||
def debugDisable():
|
||||
Logger.debugFlag = False
|
||||
Logger.debugFlag = False
|
||||
|
||||
debugFlag = False
|
||||
|
||||
|
Reference in New Issue
Block a user