Reduce log level due to invalid supernode register ACK cookies

This commit is contained in:
emanuele-f 2019-08-15 19:02:42 +02:00
parent ce1fb356f3
commit 27da194872

View File

@ -1573,12 +1573,12 @@ static void readFromIPSocket(n2n_edge_t * eee, int in_sock) {
} }
else else
{ {
traceEvent(TRACE_WARNING, "Rx REGISTER_SUPER_ACK with wrong or old cookie."); traceEvent(TRACE_INFO, "Rx REGISTER_SUPER_ACK with wrong or old cookie.");
} }
} }
else else
{ {
traceEvent(TRACE_WARNING, "Rx REGISTER_SUPER_ACK with no outstanding REGISTER_SUPER."); traceEvent(TRACE_INFO, "Rx REGISTER_SUPER_ACK with no outstanding REGISTER_SUPER.");
} }
break; break;
} case MSG_TYPE_PEER_INFO: { } case MSG_TYPE_PEER_INFO: {