From bf35e29e48a99ba87786d005303d7aa7deb33aac Mon Sep 17 00:00:00 2001 From: thorkill Date: Tue, 14 Jul 2015 14:29:23 +0200 Subject: [PATCH] Changed log level --- src/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/route.c b/src/route.c index 0d5bce4f..2baabdf2 100644 --- a/src/route.c +++ b/src/route.c @@ -400,7 +400,7 @@ static void route_ipv4(node_t *source, vpn_packet_t *packet) { } if (subnet->multicast) { - logger(DEBUG_TRAFFIC, LOG_WARNING, "Ignore multicast from %s (%s) to %d.%d.%d.%d !", source->name, source->hostname, + logger(DEBUG_ALWAYS, LOG_WARNING, "Ignore multicast from %s (%s) to %d.%d.%d.%d !", source->name, source->hostname, dest.x[0], dest.x[1], dest.x[2],