X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69e3710eb797b2fcdb7c8fcc0026766338b51db3..7172db18572590af6b79492bcabe284de33bd090:/include/wx/log.h diff --git a/include/wx/log.h b/include/wx/log.h index 39a539f329..d948772c24 100644 --- a/include/wx/log.h +++ b/include/wx/log.h @@ -66,9 +66,9 @@ typedef unsigned long wxLogLevel; // wxUSE_LOG_TRACE enables the trace messages, they are disabled by default #ifndef wxUSE_LOG_TRACE - #if wxDEBUG_LEVEL >= 2 + #if wxDEBUG_LEVEL #define wxUSE_LOG_TRACE 1 - #else // wxDEBUG_LEVEL < 2 + #else // !wxDEBUG_LEVEL #define wxUSE_LOG_TRACE 0 #endif #endif // wxUSE_LOG_TRACE