summaryrefslogtreecommitdiff
path: root/indra/llplugin/slplugin/slplugin.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2018-02-26 09:29:38 -0800
committerRider Linden <rider@lindenlab.com>2018-02-26 09:29:38 -0800
commite2e63598d40109d01e0311ce1444d3feedffcf66 (patch)
tree167a7d41785623cea7d7b466b4b0554e80639a55 /indra/llplugin/slplugin/slplugin.cpp
parentb766466b3013e39831bcfcaef5d1089c07202afb (diff)
parent5510b589b136d354ce2975c45f41ccc7e66e9d21 (diff)
Merge
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");