summaryrefslogtreecommitdiff
path: root/common/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/console.cpp')
-rw-r--r--common/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/console.cpp b/common/console.cpp
index 3429bbc..67a6113 100644
--- a/common/console.cpp
+++ b/common/console.cpp
@@ -83,7 +83,7 @@ void Console::PrintError (const char* format, ...)
void Console::InternalPrint (LC_CONSOLE_LEVEL level, const char* text)
{
-#ifdef LC_DEBUG
+#ifndef LC_DEBUG
if (level == LC_CONSOLE_DEBUG)
return;
#endif