summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2017-02-27 09:52:50 -0500
committerOz Linden <oz@lindenlab.com>2017-02-27 09:52:50 -0500
commit0a7fd3686a09a53ebe86e1e37b156e2f04f6cb2f (patch)
tree179e938b5a0825bb97af2e9480c7356c23ed7528 /indra/llplugin
parent12e23a3cb8aadfc74f2ba469c671df51552c557b (diff)
Look for logcontrol-dev.xml in the user settings directory
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 684bcf1207..e45d9ab19a 100644
--- a/indra/llplugin/slplugin/slplugin.cpp
+++ b/indra/llplugin/slplugin/slplugin.cpp
@@ -185,7 +185,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");