summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-04-07 16:19:07 -0700
committerMerov Linden <merov@lindenlab.com>2014-04-07 16:19:07 -0700
commitc79abac5ad5d41f86655883fd9f3ec6a108967a7 (patch)
tree40805ae02a9ee73eb0e9832a01e1dbc0bac914d5 /indra/newview/llstartup.cpp
parent77e10d38e56d389e759d1d9c24d03b6fe71f83e0 (diff)
parent7e966f28da79d2d24f93a2615c8807421300700c (diff)
Pull merge from lindenlab/viewer-release
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;
}