diff options
author | simon <none@none> | 2014-04-07 14:29:18 -0700 |
---|---|---|
committer | simon <none@none> | 2014-04-07 14:29:18 -0700 |
commit | c9620e24d32a08ee79486d5ecc4085731432a0a6 (patch) | |
tree | 397b622fc8c6a7f598409fe95d8e998bde965225 /indra/newview/llstartup.cpp | |
parent | 565c41fdc2e2f8f9841cb41b446671563ea8d5e1 (diff) | |
parent | 991636d57bd4a67e42a5425fe53bf66bf9cf8d07 (diff) |
Merge downstream code
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 2f658e066f..6d2ae7c3e1 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -3508,7 +3508,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; } |