Adding the facility to the accelerate daemon syslog calls
This commit is contained in:
parent
17f683aad7
commit
0a27ded6f3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue