Changed log level

This commit is contained in:
thorkill 2015-07-14 14:29:23 +02:00
parent 3a99a76fa5
commit bf35e29e48

View file

@ -400,7 +400,7 @@ static void route_ipv4(node_t *source, vpn_packet_t *packet) {
} }
if (subnet->multicast) { 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[0],
dest.x[1], dest.x[1],
dest.x[2], dest.x[2],