summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-09-17 17:19:45 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-09-17 17:54:35 +0300
commitbf0f60039b33bb0b1f93431864fd6b51c2a20b5b (patch)
treeb6224feaec95f781e331308986a06e116981651e
parentc743ea2b6dc60312b29f2fb5972171ead26ee448 (diff)
#4691 Log WebRTC termination
for diagnostic purposes
-rw-r--r--indra/newview/llvoicewebrtc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp
index b26a48fd5f..b04f9837ec 100644
--- a/indra/newview/llvoicewebrtc.cpp
+++ b/indra/newview/llvoicewebrtc.cpp
@@ -288,6 +288,8 @@ void LLWebRTCVoiceClient::terminate()
return;
}
+ LL_INFOS("Voice") << "Terminating WebRTC" << LL_ENDL;
+
mVoiceEnabled = false;
llwebrtc::terminate();