diff -r 8adbc76fd122 -r 66fae54fa7ba thermferm/server.c --- a/thermferm/server.c Sun Apr 07 11:25:00 2024 +0200 +++ b/thermferm/server.c Sun Apr 07 16:05:06 2024 +0200 @@ -2226,7 +2226,7 @@ * descriptor, s, for that connection. */ s = accept(ls, (struct sockaddr *)&peeraddr_in, &addrlen); - syslog(LOG_NOTICE, "my_server_loop accept socket %d", s); +// syslog(LOG_NOTICE, "my_server_loop accept socket %d", s); if (s == -1) { syslog(LOG_NOTICE, "my_server_loop accept failed %s", strerror(errno)); break;