WebSockets: remove usage of lws constant LLL_USER

It is not available on lws 2 and really not needed
This commit is contained in:
Luciano Iam
2020-05-17 15:22:21 +02:00
committed by Robin Gareus
parent c3d72625cd
commit 3840264edd

View File

@@ -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) {