Browse Source

Hide the duplicate trace message

pull/335/head
ygg 4 years ago
parent
commit
62b3957cfb
  1. 2
      src/edge_utils.c

2
src/edge_utils.c

@ -577,7 +577,7 @@ static void peer_set_p2p_confirmed(n2n_edge_t * eee,
scan->sock = *peer;
scan->last_p2p = now;
traceEvent(TRACE_NORMAL, "P2P connection established: %s [%s]",
traceEvent(TRACE_DEBUG, "P2P connection established: %s [%s]",
macaddr_str(mac_buf, mac),
sock_to_cstr(sockbuf, peer));

Loading…
Cancel
Save