summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimon <none@none>2013-04-15 13:51:18 -0700
committersimon <none@none>2013-04-15 13:51:18 -0700
commitc6991c9c75ff125654b68992c61a3c17c39bf5c5 (patch)
tree1d9733a2cdb26c8bb7ef20739c094794b0d8ac0b
parent569b75bae934e89bfe872e6d8994a850c0051475 (diff)
MAINT-2598 : Viewer logs warning about VoiceServiceConnectionStateChangedEvent
-rw-r--r--indra/newview/llvoicevivox.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp
index ac35bd4287..abead02174 100644
--- a/indra/newview/llvoicevivox.cpp
+++ b/indra/newview/llvoicevivox.cpp
@@ -7660,6 +7660,9 @@ void LLVivoxProtocolParser::processResponse(std::string tag)
*/
// We don't need to process this, but we also shouldn't warn on it, since that confuses people.
}
+ else if (!stricmp(eventTypeCstr, "VoiceServiceConnectionStateChangedEvent"))
+ { // Yet another ignored event
+ }
else
{
LL_WARNS("VivoxProtocolParser") << "Unknown event type " << eventTypeString << LL_ENDL;