mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
WebSockets: remove usage of lws constant LLL_USER
It is not available on lws 2 and really not needed
This commit is contained in:
parent
c3d72625cd
commit
3840264edd
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ WebsocketsServer::start ()
|
|||
#endif
|
||||
|
||||
#ifndef NDEBUG
|
||||
lws_set_log_level (LLL_USER | LLL_ERR | LLL_WARN | LLL_DEBUG, 0);
|
||||
lws_set_log_level (LLL_ERR | LLL_WARN | LLL_DEBUG, 0);
|
||||
#endif
|
||||
|
||||
if (_lws_context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue