diff options
author | AndreyL ProductEngine <none@none> | 2018-02-12 21:09:20 +0200 |
---|---|---|
committer | AndreyL ProductEngine <none@none> | 2018-02-12 21:09:20 +0200 |
commit | 02342cb9ae3140cb49ec2818fee5692b3796bf8a (patch) | |
tree | 7f17de74f139981c9493f711f4bfdd6906cd533f /indra/llplugin | |
parent | 4d7a59c232aa5844a936e9883cb2bee4c01aaaba (diff) | |
parent | 5510b589b136d354ce2975c45f41ccc7e66e9d21 (diff) |
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/llplugin')
-rw-r--r-- | indra/llplugin/slplugin/slplugin.cpp | 2 |
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"); |