diff options
| author | Oz Linden <oz@lindenlab.com> | 2016-06-17 13:33:52 -0400 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2016-06-17 13:33:52 -0400 | 
| commit | 1a3f7b599e3ed71216ebb7bad1365896f8ffca11 (patch) | |
| tree | abaeb5d1a349ec857e3eec55ef992c50502207bb /indra | |
| parent | 5cc46513e723add7cad959d4a687f2ba199b1535 (diff) | |
introduce deliberate error for buildscript testing
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index b6d02ea2f8..5138e021cc 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -717,6 +717,8 @@ LLAppViewer::LLAppViewer()  	gLoggedInTime.stop(); +    gBogusVariable = 1; +      	initLoggingAndGetLastDuration();  	processMarkerFiles(); | 
