summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-12-06 17:39:00 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-12-06 17:39:00 +0200
commit57050ea2a712814c61e07558f9bf7f486b020bee (patch)
tree7fad6c851c71eb8bdf2af656a156214868d0152b /indra/newview/llstartup.cpp
parent691993dc53a0d2299fbf024cceee4ece5e44555b (diff)
SL-12198 Log source of quit command
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index b1bdaa1c1a..150777a778 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -1112,6 +1112,8 @@ bool idle_startup()
// Its either downloading or declined.
// If optional was skipped this case shouldn't
// be reached.
+
+ LL_INFOS() << "Forcing a quit due to update." << LL_ENDL;
LLLoginInstance::getInstance()->disconnect();
LLAppViewer::instance()->forceQuit();
}