Skip to content

Commit

Permalink
Adding the facility to the accelerate daemon syslog calls
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Sep 3, 2013
1 parent 7c1c9b3 commit 8a016bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/utilities/accelerate
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a016bb

Please sign in to comment.