Commit 8a016bb3 by James Cammarata

Adding the facility to the accelerate daemon syslog calls

parent 7c1c9b3d
......@@ -86,7 +86,7 @@ PIDFILE = os.path.expanduser("~/.accelerate.pid")
CHUNK_SIZE=10240
def log(msg):
syslog.syslog(syslog.LOG_NOTICE, msg)
syslog.syslog(syslog.LOG_NOTICE|syslog.LOG_DAEMON, msg)
if os.path.exists(PIDFILE):
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment