summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2000-05-13 06:42:13 +0000
committeritojun <itojun@NetBSD.org>2000-05-13 06:42:13 +0000
commit2e33d275dc02b6096f3dc2e5226fefb52fb885ed (patch)
treeea31827bb9abb97abe5df7caec849e02c4899f2a /usr.sbin/inetd
parentdb4b935691e86fa6987e19bec5e7ff9062b89c94 (diff)
use LOG_WARNING for syslog output for address family mismatch.
suggested by: thorpej
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/inetd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c
index a02a37640a7..f4ee8bd8bfa 100644
--- a/usr.sbin/inetd/inetd.c
+++ b/usr.sbin/inetd/inetd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: inetd.c,v 1.60 2000/05/13 02:56:47 itojun Exp $ */
+/* $NetBSD: inetd.c,v 1.61 2000/05/13 06:42:13 itojun Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1991, 1993, 1994\n\
#if 0
static char sccsid[] = "@(#)inetd.c 8.4 (Berkeley) 4/13/94";
#else
-__RCSID("$NetBSD: inetd.c,v 1.60 2000/05/13 02:56:47 itojun Exp $");
+__RCSID("$NetBSD: inetd.c,v 1.61 2000/05/13 06:42:13 itojun Exp $");
#endif
#endif /* not lint */
@@ -907,7 +907,7 @@ config(signo)
error = getaddrinfo(host, port, &hints, &res);
if (error) {
if (host == NULL) {
- syslog(LOG_ERR, "%s/%s: %s: "
+ syslog(LOG_WARNING, "%s/%s: %s: "
"the address family is not "
"supported by the kernel",
sep->se_service, sep->se_proto,