mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-12 15:17:14 +03:00
removed some over-verboseness
This commit is contained in:
parent
40557c58ad
commit
e7a5bbc4e1
@ -466,7 +466,6 @@ void main_loop(struct listen_endpoint listen_sockets[], int num_addr_listen)
|
||||
|
||||
/* Check all sockets for read activity */
|
||||
for (i = 0; i < fd_info.max_fd; i++) {
|
||||
fprintf(stderr, "checking fd %d for read activity\n", i);
|
||||
if (FD_ISSET(i, &readfds)) {
|
||||
struct connection* cnx = collection_get_cnx_from_fd(fd_info.collection, i);
|
||||
if (cfg.verbose) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user