Browse Source
Fix typo: 'enstablished' -> 'established'
pull/137/head
Teteros
5 years ago
No known key found for this signature in database
GPG Key ID: 52FF5DDB13C4B6A8
1 changed files with
1 additions and
1 deletions
-
edge_utils.c
|
|
@ -437,7 +437,7 @@ static void peer_set_p2p_confirmed(n2n_edge_t * eee, |
|
|
|
scan->sock = *peer; |
|
|
|
scan->last_p2p = now; |
|
|
|
|
|
|
|
traceEvent(TRACE_NORMAL, "P2P connection enstablished: %s [%s]", |
|
|
|
traceEvent(TRACE_NORMAL, "P2P connection established: %s [%s]", |
|
|
|
macaddr_str(mac_buf, mac), |
|
|
|
sock_to_cstr(sockbuf, peer)); |
|
|
|
|
|
|
|