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
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

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