Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
7a984b81
Commit
7a984b81
authored
Feb 21, 2020
by
Nikola Hardi
Browse files
Conditional LWS debug info
parent
311dfeb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TJAlienConnectionManager.cxx
View file @
7a984b81
...
@@ -147,8 +147,8 @@ void TJAlienConnectionManager::MakeWebsocketConnection(TJAlienCredentialsObject
...
@@ -147,8 +147,8 @@ void TJAlienConnectionManager::MakeWebsocketConnection(TJAlienCredentialsObject
}
}
// Use this for debugging
// 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(LLL_EXT | LLL_USER | LLL_PARSER | LLL_INFO | LLL_ERR | LLL_NOTICE, nullptr);
lws_set_log_level
(
2047
,
nullptr
);
lws_set_log_level
(
gDebug
>
0
?
2047
:
0
,
nullptr
);
// Reset context variables
// Reset context variables
context
=
nullptr
;
context
=
nullptr
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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