diff options
| author | callum_linden <none@none> | 2018-02-14 10:56:31 -0800 | 
|---|---|---|
| committer | callum_linden <none@none> | 2018-02-14 10:56:31 -0800 | 
| commit | 08cb3fbe32b62ed3f53f68633ada9eab44dccb0b (patch) | |
| tree | caa4327b04a438978fd9bae207ea86269f1525b6 /indra/llplugin | |
| parent | b2eb85df79f317d2b587c969178cea9b96c81213 (diff) | |
| parent | 5510b589b136d354ce2975c45f41ccc7e66e9d21 (diff) | |
Automated merge with tip of 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"); | 
