diff options
Diffstat (limited to 'utils/statd/log.c')
-rw-r--r-- | utils/statd/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/statd/log.c b/utils/statd/log.c index 91e608a..104dee9 100644 --- a/utils/statd/log.c +++ b/utils/statd/log.c @@ -32,7 +32,7 @@ static int opt_debug = 0; /* Will be command-line option, eventually */ void log_init() { if (!(run_mode & MODE_LOG_STDERR)) - openlog(name_p, LOG_PID, LOG_LOCAL5); + openlog(name_p, LOG_PID, LOG_DAEMON); mypid = getpid(); |