summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMatthew Parlane <parlane@gmail.com>2013-04-12 00:14:38 +1200
committerMatthew Parlane <parlane@gmail.com>2013-04-12 00:14:38 +1200
commit5eeed7aa9fba812bcf32bce4ed77d9e5a53e952d (patch)
tree544b4f6072ccd0aa258274eff5d8bbfe1a6a0567 /Source/Core
parent0c9d8d34e1307433e27435c7d2f84557fd563752 (diff)
This should never have been committed. Sorry.
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/Src/Log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/Log.h b/Source/Core/Common/Src/Log.h
index fcbaf37f86..38a143ca3a 100644
--- a/Source/Core/Common/Src/Log.h
+++ b/Source/Core/Common/Src/Log.h
@@ -104,7 +104,7 @@ void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type,
#define MAX_LOGLEVEL DEBUG_LEVEL
#else
#ifndef MAX_LOGLEVEL
-#define MAX_LOGLEVEL DEBUG_LEVEL
+#define MAX_LOGLEVEL WARNING_LEVEL
#endif // loglevel
#endif // logging