diff options
| author | lukem <lukem@NetBSD.org> | 2001-01-10 01:41:38 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-01-10 01:41:38 +0000 |
| commit | 40dcfe23f1184256e9e42e7dc5e6d35f86bca1dc (patch) | |
| tree | d3eeb9ea08cd781b97b5f7119f1061e5d5373126 /libexec/rlogind | |
| parent | ea2d93c355e791dbcdced18c0bd46ed9a595d917 (diff) | |
consistently use LOG_NOTICE instead of LOG_INFO for hostname lookup probs
Diffstat (limited to 'libexec/rlogind')
| -rw-r--r-- | libexec/rlogind/rlogind.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index e8c8cb9b19b..c9692f98a52 100644 --- a/libexec/rlogind/rlogind.c +++ b/libexec/rlogind/rlogind.c @@ -1,4 +1,4 @@ -/* $NetBSD: rlogind.c,v 1.22 2000/11/09 01:04:14 itojun Exp $ */ +/* $NetBSD: rlogind.c,v 1.23 2001/01/10 01:41:38 lukem Exp $ */ /* * Copyright (C) 1998 WIDE Project. @@ -73,7 +73,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1989, 1993\n\ #if 0 static char sccsid[] = "@(#)rlogind.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: rlogind.c,v 1.22 2000/11/09 01:04:14 itojun Exp $"); +__RCSID("$NetBSD: rlogind.c,v 1.23 2001/01/10 01:41:38 lukem Exp $"); #endif #endif /* not lint */ @@ -309,7 +309,7 @@ doit(f, fromp) hints.ai_flags = AI_CANONNAME; gaierror = getaddrinfo(hostnamebuf, "0", &hints, &res0); if (gaierror) { - syslog(LOG_INFO, + syslog(LOG_NOTICE, "Couldn't look up address for %s: %s", hostnamebuf, gai_strerror(gaierror)); hostname = naddr; |
