diff options
| author | Aura Linden <aura@lindenlab.com> | 2014-03-26 05:26:10 -0700 | 
|---|---|---|
| committer | Aura Linden <aura@lindenlab.com> | 2014-03-26 05:26:10 -0700 | 
| commit | 1d15ac293b276aa35cde3c58ff22498ce9bf8522 (patch) | |
| tree | 107629472b657493dab0749a8e28c9f7ebe8ecc2 /indra/newview | |
| parent | 9ea2694c0e73b9c74a09511c74c6cc175a7f50f8 (diff) | |
Double init of logging probably due to merge fail.
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/llappviewer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index c09d9d4add..63d31824e4 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -766,7 +766,7 @@ bool LLAppViewer::init()  	// this allows simple skinned file lookups to work  	gDirUtilp->setSkinFolder("default", "en"); -	initLoggingAndGetLastDuration(); +//	initLoggingAndGetLastDuration();  	//  	// OK to write stuff to logs now, we've now crash reported if necessary | 
