summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2017-11-07 19:16:21 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2017-11-07 19:16:21 +0200
commitf986d1bcbed863ab247080f1b36a64d94e36e8bd (patch)
tree199a74c12762c72ab0392e4b82570f0b5d1be60b
parentc372862a7acabdfbbbc453175270136dfdf72d68 (diff)
MAINT-7979 Debug info should contain correct state
-rw-r--r--indra/newview/llstartup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index df1d2a3946..89cc66cf33 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -2767,6 +2767,7 @@ void LLStartUp::postStartupState()
stateInfo["str"] = getStartupStateString();
stateInfo["enum"] = gStartupState;
sStateWatcher->post(stateInfo);
+ gDebugInfo["StartupState"] = getStartupStateString();
}