summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rad
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2018-07-18 09:10:50 +0000
committerflorian <florian@openbsd.org>2018-07-18 09:10:50 +0000
commit93fdf396f02d4cc0caa235ad89c0e65d184ee00b (patch)
tree7b95a2433d4cfe8f54ce75e52fc6a0075c3561b1 /usr.sbin/rad
parentstop assuming prefix lengths, remove inet6_makenetandmask() (diff)
downloadwireguard-openbsd-93fdf396f02d4cc0caa235ad89c0e65d184ee00b.tar.xz
wireguard-openbsd-93fdf396f02d4cc0caa235ad89c0e65d184ee00b.zip
Don't log_warn on normal conditions, it should be log_debug.
Pointed out by semarie@
Diffstat (limited to 'usr.sbin/rad')
-rw-r--r--usr.sbin/rad/frontend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rad/frontend.c b/usr.sbin/rad/frontend.c
index c9d2c8e3ddb..b06fa43038c 100644
--- a/usr.sbin/rad/frontend.c
+++ b/usr.sbin/rad/frontend.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: frontend.c,v 1.10 2018/07/15 09:28:21 florian Exp $ */
+/* $OpenBSD: frontend.c,v 1.11 2018/07/18 09:10:50 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -609,7 +609,7 @@ icmp6_receive(int fd, short events, void *arg)
return;
}
- log_warnx("RA or RS with hop limit of %d from %s on %s",
+ log_debug("RA or RS with hop limit of %d from %s on %s",
*hlimp, inet_ntop(AF_INET6, &icmp6ev.from.sin6_addr,
ntopbuf, INET6_ADDRSTRLEN), if_indextoname(if_index,
ifnamebuf));