diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-12-06 17:39:00 +0200 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-12-06 17:39:00 +0200 |
| commit | 57050ea2a712814c61e07558f9bf7f486b020bee (patch) | |
| tree | 7fad6c851c71eb8bdf2af656a156214868d0152b /indra/newview/llstartup.cpp | |
| parent | 691993dc53a0d2299fbf024cceee4ece5e44555b (diff) | |
SL-12198 Log source of quit command
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 2 |
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(); } |
