summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-28 21:24:38 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2021-09-28 21:24:38 +0100
commit187d5862398820e28a8935ce9058f444f4963153 (patch)
tree784e3ef5c82fa379ef818df441e3732a9583d747 /indra/newview
parent542f1917e9e963862088936b819fd9f0c1425541 (diff)
SL-15999 - noninteractive sessions disable logging
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index a146f72dde..5413045e7a 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -2761,7 +2761,7 @@ bool LLAppViewer::initConfiguration()
tempSetControl("SLURLPassToOtherInstance", "FALSE");
tempSetControl("RenderWater", "FALSE");
tempSetControl("FlyingAtExit", "FALSE");
- gPipeline.clearAllRenderTypes();
+ LLError::setEnabledLogTypesMask(0);
llassert_always(!gSavedSettings.getBOOL("SLURLPassToOtherInstance"));
}