diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-10-28 23:42:38 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-18 20:35:50 +0200 |
commit | ac2135a459f65cf9fdeb7715bcc5b4a6f1c47990 (patch) | |
tree | 4898e6a3bdf49364659ee2903bb4584727da8fbc /indra/newview/llappviewer.cpp | |
parent | 472509dff43931bff8528c573ca950ea851f0928 (diff) |
SL-16235 Restart music in case of an error
Additional logging
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 3ce325cd4b..c4ba754084 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1841,6 +1841,8 @@ bool LLAppViewer::cleanup() if (gAudiop) { + LL_INFOS() << "Shutting down audio" << LL_ENDL; + // be sure to stop the internet stream cleanly BEFORE destroying the interface to stop it. gAudiop->stopInternetStream(); // shut down the streaming audio sub-subsystem first, in case it relies on not outliving the general audio subsystem. |