diff -r abe60578d695 -r 844588d0df65 thermferm/websocket.c --- a/thermferm/websocket.c Thu Apr 25 15:10:37 2024 +0200 +++ b/thermferm/websocket.c Thu Apr 25 16:44:54 2024 +0200 @@ -413,7 +413,7 @@ else ringbuffer_head++; - syslog(LOG_NOTICE, "ws: broadcast buffer=%d len=%d", ringbuffer_head, len); +// syslog(LOG_NOTICE, "ws: broadcast buffer=%d len=%d", ringbuffer_head, len); lws_callback_on_writable_all_protocol(context, &protocols[0]); err = pthread_mutex_unlock(&ws_mutex);