diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-09-07 16:00:43 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2018-09-07 16:00:43 +0100 |
commit | d6cec8d68de437a3ccc66739cdabc9de6631dddc (patch) | |
tree | 465838de8feddaf6a07d46eb1022b6defd0b55c4 | |
parent | 007a126256219e47c9dd3ba0eafeffe4e6f12ef8 (diff) |
SL-944 - enabled log types consistent notation in xml and cpp
-rw-r--r-- | indra/llcommon/llerror.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp index 843244ce92..0d19287dd9 100644 --- a/indra/llcommon/llerror.cpp +++ b/indra/llcommon/llerror.cpp @@ -502,7 +502,7 @@ namespace LLError mPrintLocation(false), mDefaultLevel(LLError::LEVEL_DEBUG), mLogAlwaysFlush(true), - mEnabledLogTypesMask(0xFFFFFFFF), + mEnabledLogTypesMask(255), mFunctionLevelMap(), mClassLevelMap(), mFileLevelMap(), |