WebSockets: remove usage of lws constant LLL_USER
It is not available on lws 2 and really not needed
This commit is contained in:
committed by
Robin Gareus
parent
c3d72625cd
commit
3840264edd
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user