Clarify and increase level of log message about MTU probes to unreachable nodes.

This commit is contained in:
Guus Sliepen 2009-10-20 22:39:07 +02:00
parent 43a6e78664
commit b6543af762

View file

@ -72,7 +72,7 @@ void send_mtu_probe(node_t *n) {
n->mtuevent = NULL;
if(!n->status.reachable || !n->status.validkey) {
logger(LOG_DEBUG, "Trying to send MTU probe to unreachable node %s (%s)", n->name, n->hostname);
ifdebug(TRAFFIC) logger(LOG_INFO, "Trying to send MTU probe to unreachable or rekeying node %s (%s)", n->name, n->hostname);
n->mtuprobes = 0;
return;
}