Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
98874510
Commit
98874510
authored
Feb 21, 2020
by
Nikola Hardi
Browse files
Conditional LWS debug info
parent
2f6f034e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TJAlienConnectionManager.cxx
View file @
98874510
...
...
@@ -147,8 +147,8 @@ void TJAlienConnectionManager::MakeWebsocketConnection(TJAlienCredentialsObject
}
// Use this for debugging
//lws_set_log_level(LLL_EXT | LLL_USER | LLL_PARSER | LLL_INFO | LLL_ERR | LLL_NOTICE, nullptr);
lws_set_log_level
(
2047
,
nullptr
);
//
lws_set_log_level(LLL_EXT | LLL_USER | LLL_PARSER | LLL_INFO | LLL_ERR | LLL_NOTICE, nullptr);
lws_set_log_level
(
gDebug
>
0
?
2047
:
0
,
nullptr
);
// Reset context variables
context
=
nullptr
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment