summaryrefslogtreecommitdiffstats
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-04-01 19:31:12 +0000
committerwpaul <wpaul@FreeBSD.org>1995-04-01 19:31:12 +0000
commit32bc0d2ccd306601b28dc8210d3308454fbda641 (patch)
tree03fcb33b3088d8a04b17ac31c132de71576a23ed /gnu/usr.sbin
parentb661ad39fefbcc0f5bb548f4c7168fefdbed742f (diff)
downloadFreeBSD-src-32bc0d2ccd306601b28dc8210d3308454fbda641.zip
FreeBSD-src-32bc0d2ccd306601b28dc8210d3308454fbda641.tar.gz
Log syslog messages at LOG_NOTICE priority.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/ypserv/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/ypserv/server.c b/gnu/usr.sbin/ypserv/server.c
index 8539ae7..9eb03cd 100644
--- a/gnu/usr.sbin/ypserv/server.c
+++ b/gnu/usr.sbin/ypserv/server.c
@@ -24,7 +24,7 @@
** Ported to FreeBSD and hacked all to pieces
** by Bill Paul <wpaul@ctr.columbia.edu>
**
-** $Id: server.c,v 1.2 1995/02/04 21:32:02 wpaul Exp $
+** $Id: server.c,v 1.3 1995/02/07 05:04:53 wpaul Exp $
**
*/
@@ -96,7 +96,7 @@ void verr(fmt, ap)
if (debug_flag)
vfprintf(stderr, fmt, ap);
else
- vsyslog(LOG_AUTH, fmt, ap);
+ vsyslog(LOG_NOTICE, fmt, ap);
}
void
OpenPOWER on IntegriCloud