Hide the duplicate trace message

This commit is contained in:
ygg
2020-07-29 13:50:00 +08:00
parent 64857218a5
commit 62b3957cfb
+1 -1
View File
@@ -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));