summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorAndreyL ProductEngine <none@none>2018-02-12 21:09:20 +0200
committerAndreyL ProductEngine <none@none>2018-02-12 21:09:20 +0200
commit02342cb9ae3140cb49ec2818fee5692b3796bf8a (patch)
tree7f17de74f139981c9493f711f4bfdd6906cd533f /indra/llplugin
parent4d7a59c232aa5844a936e9883cb2bee4c01aaaba (diff)
parent5510b589b136d354ce2975c45f41ccc7e66e9d21 (diff)
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/llplugin')
-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");