From 38f74d3530ff3d5724493114f430c3b2a851b82d Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 22 Aug 2020 09:25:08 -0400 Subject: fixup! change log levels --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index a9493f0..54f8c8a 100644 --- a/client.c +++ b/client.c @@ -290,8 +290,8 @@ void client_connected_loop_iteration(uint32_t friendnumber) /* Handle accepting new connections */ if(client_tunnel.sockfd <= 0) /* Don't accept if we're already waiting to establish a tunnel */ { - log_printf(L_DEBUG, "calling accept(%d)", bind_sockfd); accept_fd = accept(bind_sockfd, NULL, NULL); + log_printf(L_DEBUG4, "calling accept(%d)", bind_sockfd); if(accept_fd != -1) { log_printf(L_INFO, "Accepting a new connection - requesting tunnel...\n"); -- cgit v1.2.3