diff options
| author | Oz Linden <oz@lindenlab.com> | 2014-04-08 11:36:22 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2014-04-08 11:36:22 -0400 |
| commit | 32bbb07f0a727b5aa318ba3c32764ec29cc96956 (patch) | |
| tree | c24a52784faa9f3c8a76363fcdb10480e5c1dccf /indra/newview/llstartup.cpp | |
| parent | 0908535c46874db78e53b8ff623d804fe5c53811 (diff) | |
| parent | 7e966f28da79d2d24f93a2615c8807421300700c (diff) | |
merge changes for 3.7.5-release
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rwxr-xr-x | indra/newview/llstartup.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index d5f8a1e46e..d4b3fcf28a 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -3510,7 +3510,8 @@ bool process_login_success_response() { success = true; } - + LLAppViewer* pApp = LLAppViewer::instance(); + pApp->writeDebugInfo(); //Write our static data now that we have username, session_id, etc. return success; } |
