Skip to content

Commit

Permalink
decrease log priority for address family mismatch (sync with netbsd-c…
Browse files Browse the repository at this point in the history
…urrent)
  • Loading branch information
itojun committed May 14, 2000
1 parent 727b502 commit 5a692c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbsd/usr.sbin/inetd/inetd.c
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,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,
Expand Down

0 comments on commit 5a692c5

Please sign in to comment.