summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-10-28 23:42:38 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-10-28 23:42:38 +0300
commit90286fa476576be2ebe0a9aa478a9b4b5a7911df (patch)
tree4d03737c785ee254263e7ec87627e3d07431b6d8 /indra/newview/llappviewer.cpp
parentbfcb1f61a82508160fcb078b03c3e4772bc156df (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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 1911486124..585739eca4 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1821,6 +1821,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.