mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-12 15:33:23 -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;
|
||||
|
||||
|
||||
|
||||
/* Thread: library (the thread the event occurred) */
|
||||
static void
|
||||
listener_cb(short event_mask)
|
||||
{
|
||||
DPRINTF(E_INFO, L_WEB, "listener_cb: %d\n", event_mask);
|
||||
pthread_mutex_lock(&websocket_write_event_lock);
|
||||
websocket_write_events |= event_mask;
|
||||
pthread_mutex_unlock(&websocket_write_event_lock);
|
||||
|
||||
lws_cancel_service(context);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user