diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-02-07 19:00:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-07 19:00:20 +0200 |
commit | 1924241f04699683e697f93388d634022d10aa32 (patch) | |
tree | d030e3e05927a7a57de1eb7f89f5c2a52f9cf3ed /indra/newview/llvoiceclient.cpp | |
parent | 95106e203cb20b596810c4227acfa45e81358ef9 (diff) |
viewer-private#375 add more logging in attempt to get more info
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 623d8deac9..3edd2b473c 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -285,6 +285,7 @@ void LLVoiceClient::setNonSpatialVoiceModule(const std::string &voice_server_typ void LLVoiceClient::setHidden(bool hidden) { + LL_INFOS("Voice") << "( " << (hidden ? "true" : "false") << " )" << LL_ENDL; LLWebRTCVoiceClient::getInstance()->setHidden(hidden); LLVivoxVoiceClient::getInstance()->setHidden(hidden); } |