Skip to content

Commit

Permalink
Fix warning level... someone let me commit this to master ;D
Browse files Browse the repository at this point in the history
  • Loading branch information
Parlane committed Jan 1, 2013
1 parent f695f08 commit d3f1992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/Src/Log.h
Expand Up @@ -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
Expand Down

0 comments on commit d3f1992

Please sign in to comment.