Skip to content

Commit 1eaaf08

Browse files
jfrey-xxtstenner
authored andcommitted
fixing flag to properly enable/disable loguru
1 parent ca69103 commit 1eaaf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void lsl::ensure_lsl_initialized() {
4040
is_initialized = true;
4141

4242
loguru::g_stderr_verbosity = loguru::Verbosity_INFO;
43-
#ifdef LOGURU_DEBUG_LOGGING
43+
#if LOGURU_DEBUG_LOGGING
4444
// Initialize loguru, mainly to print stacktraces on segmentation faults
4545
int argc = 1;
4646
const char *argv[] = {"liblsl", nullptr};

0 commit comments

Comments
 (0)