@@ -30,6 +30,13 @@ running = True
dorestart = False
warned1 = False
def log(msg):
if fdaemon:
syslog.syslog(syslog.LOG_ERR, msg)
else:
print msg
class NullDevice:
def write(self, s):
pass
The note is not visible to the blocked user.