Remove the annoying message

This commit is contained in:
倪繁发 2024-05-01 22:23:08 +08:00
parent 13efdfe86d
commit b6bbd81c08

View File

@ -1083,12 +1083,14 @@ static ssize_t sendto_fd (n2n_edge_t *eee, const void *buf,
level = TRACE_DEBUG; level = TRACE_DEBUG;
} }
/*
traceEvent(level, "sendto(%s) failed (%d) %s", traceEvent(level, "sendto(%s) failed (%d) %s",
sock_to_cstr(sockbuf, n2ndest), sock_to_cstr(sockbuf, n2ndest),
errno, errstr); errno, errstr);
#ifdef _WIN32 #ifdef _WIN32
traceEvent(level, "WSAGetLastError(): %u", WSAGetLastError()); traceEvent(level, "WSAGetLastError(): %u", WSAGetLastError());
#endif #endif
*/
/* /*
* we get here if the sock is not ready or * we get here if the sock is not ready or