summaryrefslogtreecommitdiff
path: root/common/console.cpp
diff options
context:
space:
mode:
authorleo2006-02-11 23:43:04 +0000
committerleo2006-02-11 23:43:04 +0000
commit6ccbb0b27366b263042770d481a508dbe7335e34 (patch)
treeddb0be748bc3f2015a2a774246c4da75d6400447 /common/console.cpp
parent2ed469d71dcd2bf0df70713963c03569d7bd22e5 (diff)
Better debug console colors.
git-svn-id: http://svn.leocad.org/trunk@470 c7d43263-9d01-0410-8a33-9dba5d9f93d6
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