thermferm/websocket.c

changeset 711
844588d0df65
parent 693
3518c07737d8
child 724
01e3936f62d4
--- 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);

mercurial