summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2014-04-07 17:04:09 -0700
committerAura Linden <aura@lindenlab.com>2014-04-07 17:04:09 -0700
commitd476b12ae56ef5ebb5785a0a0f8503e5965d1970 (patch)
tree90aa656652fe2b49f5a95b9f123a288ace7a312e /indra/newview/llstartup.cpp
parentdfd78e83d91832b486a5bba6b1bb1cce621163ab (diff)
parent7e966f28da79d2d24f93a2615c8807421300700c (diff)
Merged viewer release into vivox
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-xindra/newview/llstartup.cpp3
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;
}