From da757713122ce129af239159b1df85e3860c8987 Mon Sep 17 00:00:00 2001 From: hjl Date: Sat, 17 Feb 2001 17:22:32 +0000 Subject: 2001-02-17 Patrick J. LoPresti * utils/statd/log.c (log_init): Use LOG_DAEMON instead of LOG_LOCAL5. --- utils/statd/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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(); -- cgit