removed some over-verboseness

This commit is contained in:
yrutschle 2021-03-30 20:16:38 +02:00
parent 40557c58ad
commit e7a5bbc4e1

View File

@ -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) {