summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMatthew Parlane <parlane@gmail.com>2013-01-01 19:23:45 +1300
committerMatthew Parlane <parlane@gmail.com>2013-01-01 19:23:45 +1300
commitd3f199273b2fec600af1017ddfae37873a3e47f7 (patch)
tree2fccfbf714339aa89922ee9f98c2766d6c53620e /Source/Core
parentf695f088a748008c8341c10b41301bb3bd43747b (diff)
Fix warning level... someone let me commit this to master ;D
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 9664387cf0..8ae845b303 100644
--- a/Source/Core/Common/Src/Log.h
+++ b/Source/Core/Common/Src/Log.h
@@ -98,7 +98,7 @@ void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type,
;
#if defined LOGGING || defined _DEBUG || defined DEBUGFAST
-#define MAX_LOGLEVEL DEBUG_LEVEL
+#define MAX_LOGLEVEL WARNING_LEVEL
#else
#ifndef MAX_LOGLEVEL
#define MAX_LOGLEVEL DEBUG_LEVEL