mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-16 10:03:14 -07:00
Removed straggler debug prints
This commit is contained in:
parent
d430457f1e
commit
6f62d6bb34
2 changed files with 2 additions and 3 deletions
|
@ -55,10 +55,9 @@ int get_new_fd(int sock)
|
|||
int newfd;
|
||||
ssize_t size = sock_fd_read(sock, buf, sizeof(buf), &newfd);
|
||||
if(size > 0){
|
||||
fprintf(stderr, "get_new_fd(): RX: fd = (%d) over (%d)\n", newfd, sock);
|
||||
return newfd;
|
||||
}
|
||||
fprintf(stderr, "get_new_fd(): ERROR: unable to read fd over (%d)\n", sock);
|
||||
fprintf(stderr, "get_new_fd(): Error, unable to read fd over (%d)\n", sock);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue