diff options
Diffstat (limited to 'usr.sbin/popa3d/params.h')
-rw-r--r-- | usr.sbin/popa3d/params.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/popa3d/params.h b/usr.sbin/popa3d/params.h index 5e06135d80b..717a3aa77b8 100644 --- a/usr.sbin/popa3d/params.h +++ b/usr.sbin/popa3d/params.h @@ -1,4 +1,4 @@ -/* $OpenBSD: params.h,v 1.3 2001/08/21 20:20:06 camield Exp $ */ +/* $OpenBSD: params.h,v 1.4 2001/08/25 15:35:09 camield Exp $ */ /* * Global POP daemon parameters. @@ -151,7 +151,7 @@ #define SYSLOG_IDENT "popa3d" #define SYSLOG_OPTIONS LOG_PID #define SYSLOG_FACILITY LOG_DAEMON -#define SYSLOG_PRIORITY LOG_NOTICE +#define SYSLOG_PRIORITY LOG_INFO /* * There's probably no reason to touch anything below this comment. |