We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca69103 commit 1eaaf08Copy full SHA for 1eaaf08
src/common.cpp
@@ -40,7 +40,7 @@ void lsl::ensure_lsl_initialized() {
40
is_initialized = true;
41
42
loguru::g_stderr_verbosity = loguru::Verbosity_INFO;
43
-#ifdef LOGURU_DEBUG_LOGGING
+#if LOGURU_DEBUG_LOGGING
44
// Initialize loguru, mainly to print stacktraces on segmentation faults
45
int argc = 1;
46
const char *argv[] = {"liblsl", nullptr};
0 commit comments