diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/initlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/initlog.c b/src/initlog.c index 3a5d41c5..5479ac1f 100644 --- a/src/initlog.c +++ b/src/initlog.c @@ -21,7 +21,7 @@ #include "initlog.h" #include "process.h" -static int logfacility=LOG_DAEMON; +static int logfacility=LOG_LOCAL7; static int logpriority=LOG_NOTICE; static int reexec=0; static int quiet=0; |