summaryrefslogtreecommitdiff
path: root/indra/llplugin/slplugin/slplugin.cpp
diff options
context:
space:
mode:
authorAnkur Ahlawat <anchor@lindenlab.com>2018-02-28 23:19:45 -0800
committerAnkur Ahlawat <anchor@lindenlab.com>2018-02-28 23:19:45 -0800
commit4d04cbad03382dee5cd75a3d06b14299b96d098b (patch)
treefa2d406f8344854412c86238f34193360f5ca220 /indra/llplugin/slplugin/slplugin.cpp
parent618179a71722e47115a6b021a1eb2be99e46322f (diff)
parent5510b589b136d354ce2975c45f41ccc7e66e9d21 (diff)
Merged lindenlab/viewer-release into default
Diffstat (limited to 'indra/llplugin/slplugin/slplugin.cpp')
-rw-r--r--indra/llplugin/slplugin/slplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/slplugin/slplugin.cpp b/indra/llplugin/slplugin/slplugin.cpp
index b960565416..5c54705c71 100644
--- a/indra/llplugin/slplugin/slplugin.cpp
+++ b/indra/llplugin/slplugin/slplugin.cpp
@@ -160,7 +160,7 @@ int main(int argc, char **argv)
// Set up llerror logging
{
- LLError::initForApplication(".");
+ LLError::initForApplication(".",".");
LLError::setDefaultLevel(LLError::LEVEL_INFO);
// LLError::setTagLevel("Plugin", LLError::LEVEL_DEBUG);
// LLError::logToFile("slplugin.log");