thermferm/websocket.c

changeset 684
b2265c7e5707
parent 683
d48733bf1529
child 692
6d97eb820cc1
--- a/thermferm/websocket.c	Wed Apr 17 15:03:01 2024 +0200
+++ b/thermferm/websocket.c	Wed Apr 17 19:54:56 2024 +0200
@@ -415,7 +415,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