diff options
| author | Matthew Parlane <parlane@gmail.com> | 2012-11-15 01:09:25 +1300 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2012-11-15 01:09:25 +1300 |
| commit | d8b879a4ee844b693af2d7af85e2cd3d6d2712b3 (patch) | |
| tree | 490753acf590ebcea044cd4f261751bc86cc606e /Source/Core/Common | |
| parent | 586813b1504669b434f47bb216379561fb3f0f16 (diff) | |
Movd back to libusb for full support on windows
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/Log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/Log.h b/Source/Core/Common/Src/Log.h index 7383e56c92..9664387cf0 100644 --- a/Source/Core/Common/Src/Log.h +++ b/Source/Core/Common/Src/Log.h @@ -101,7 +101,7 @@ void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type, #define MAX_LOGLEVEL DEBUG_LEVEL #else #ifndef MAX_LOGLEVEL -#define MAX_LOGLEVEL WARNING_LEVEL +#define MAX_LOGLEVEL DEBUG_LEVEL #endif // loglevel #endif // logging |
