summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-09-07 16:00:43 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-09-07 16:00:43 +0100
commitd6cec8d68de437a3ccc66739cdabc9de6631dddc (patch)
tree465838de8feddaf6a07d46eb1022b6defd0b55c4 /indra
parent007a126256219e47c9dd3ba0eafeffe4e6f12ef8 (diff)
SL-944 - enabled log types consistent notation in xml and cpp
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llerror.cpp2
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(),