diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index df1d2a3946d1db515427cb409509b93d4b60139c..89cc66cf330b7ede88cd02acbcd8207b0a3be327 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();
 }