summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-07-27 21:17:56 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-07-27 21:17:56 +0300
commit9664eb86339f1cffac51cd0a5339535a040cada5 (patch)
tree9923fb696ea23c2fec45d25dc40f43ef6aa361d2
parent2a48c195301490e289ce7cf423b34e08028aae02 (diff)
SL-17831 Cut spammy log message
-rw-r--r--indra/newview/llvoicevivox.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp
index 54f79a3a2e..5f1624d4fd 100644
--- a/indra/newview/llvoicevivox.cpp
+++ b/indra/newview/llvoicevivox.cpp
@@ -1625,7 +1625,14 @@ bool LLVivoxVoiceClient::requestParcelVoiceInfo()
}
else
{
- LL_WARNS("Voice") << "No voice credentials" << LL_ENDL;
+ if (LLViewerParcelMgr::getInstance()->allowAgentVoice())
+ {
+ LL_WARNS("Voice") << "No voice credentials" << LL_ENDL;
+ }
+ else
+ {
+ LL_DEBUGS("Voice") << "No voice credentials" << LL_ENDL;
+ }
}
// set the spatial channel. If no voice credentials or uri are