mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Hide the duplicate trace message
This commit is contained in:
+1
-1
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user