Browse Source

Reduce log level due to invalid supernode register ACK cookies

pull/179/head
emanuele-f 5 years ago
parent
commit
27da194872
  1. 4
      edge_utils.c

4
edge_utils.c

@ -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: {

Loading…
Cancel
Save