mirror of
https://github.com/ntop/n2n.git
synced 2024-11-01 05:07:57 +05:30
Remove the annoying message
This commit is contained in:
parent
13efdfe86d
commit
b6bbd81c08
@ -1083,12 +1083,14 @@ static ssize_t sendto_fd (n2n_edge_t *eee, const void *buf,
|
||||
level = TRACE_DEBUG;
|
||||
}
|
||||
|
||||
/*
|
||||
traceEvent(level, "sendto(%s) failed (%d) %s",
|
||||
sock_to_cstr(sockbuf, n2ndest),
|
||||
errno, errstr);
|
||||
#ifdef _WIN32
|
||||
traceEvent(level, "WSAGetLastError(): %u", WSAGetLastError());
|
||||
#endif
|
||||
*/
|
||||
|
||||
/*
|
||||
* we get here if the sock is not ready or
|
||||
|
Loading…
Reference in New Issue
Block a user