mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
[web] Remove verbose listener_cb() logging added in commit f939215
This commit is contained in:
parent
28f8ff5253
commit
5fdace5195
@ -49,15 +49,14 @@ static pthread_mutex_t websocket_write_event_lock;
|
|||||||
static short websocket_write_events;
|
static short websocket_write_events;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Thread: library (the thread the event occurred) */
|
/* Thread: library (the thread the event occurred) */
|
||||||
static void
|
static void
|
||||||
listener_cb(short event_mask)
|
listener_cb(short event_mask)
|
||||||
{
|
{
|
||||||
DPRINTF(E_INFO, L_WEB, "listener_cb: %d\n", event_mask);
|
|
||||||
pthread_mutex_lock(&websocket_write_event_lock);
|
pthread_mutex_lock(&websocket_write_event_lock);
|
||||||
websocket_write_events |= event_mask;
|
websocket_write_events |= event_mask;
|
||||||
pthread_mutex_unlock(&websocket_write_event_lock);
|
pthread_mutex_unlock(&websocket_write_event_lock);
|
||||||
|
|
||||||
lws_cancel_service(context);
|
lws_cancel_service(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user