diff --git a/src/common/log.cpp b/src/common/log.cpp index dd32729b41..0b9f5eb8c3 100644 --- a/src/common/log.cpp +++ b/src/common/log.cpp @@ -210,7 +210,7 @@ wxLog::wxLog() m_bHasMessages = FALSE; m_bVerbose = FALSE; m_szTimeFormat = "[%d/%b/%y %H:%M:%S] "; - m_ulTraceMask = (wxTraceMask)-1; // set all bits + m_ulTraceMask = (wxTraceMask)0; // -1 to set all bits } wxLog *wxLog::GetActiveTarget()