X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=src%2Fnet_packet.c;h=31c44771967a2d62f35da6c34eade0f4411cfc9d;hp=5e503f581c3ff9c9dc0725309b462ef471ad0d98;hb=de029ce46056e02908b5390da9b71a6a59133f26;hpb=66be914d35cb7e7ea4dd4aed68ae9e41addd9f70 diff --git a/src/net_packet.c b/src/net_packet.c index 5e503f5..31c4477 100644 --- a/src/net_packet.c +++ b/src/net_packet.c @@ -71,7 +71,7 @@ void send_mtu_probe(node_t *n) n->mtuevent = NULL; if(!n->status.reachable) { - ifdebug(TRAFFIC) logger(LOG_INFO, _("Trying to send MTU probe to unreachable node %s (%s)"), n->name, n->hostname); + logger(LOG_DEBUG, _("Trying to send MTU probe to unreachable node %s (%s)"), n->name, n->hostname); return; }