aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvoiceclient.cpp')
-rw-r--r--linden/indra/newview/llvoiceclient.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp
index 67e4075..908bedb 100644
--- a/linden/indra/newview/llvoiceclient.cpp
+++ b/linden/indra/newview/llvoiceclient.cpp
@@ -4979,7 +4979,7 @@ void LLVoiceClient::sessionState::removeAllParticipants()
4979 4979
4980 if(!mParticipantsByUUID.empty()) 4980 if(!mParticipantsByUUID.empty())
4981 { 4981 {
4982 LL_ERRS("Voice") << "Internal error: empty URI map, non-empty UUID map" << LL_ENDL 4982 LL_ERRS("Voice") << "Internal error: empty URI map, non-empty UUID map" << LL_ENDL;
4983 } 4983 }
4984} 4984}
4985 4985
@@ -6482,7 +6482,7 @@ void LLVoiceClient::deleteSession(sessionState *session)
6482 { 6482 {
6483 if(iter->second != session) 6483 if(iter->second != session)
6484 { 6484 {
6485 LL_ERRS("Voice") << "Internal error: session mismatch" << LL_ENDL 6485 LL_ERRS("Voice") << "Internal error: session mismatch" << LL_ENDL;
6486 } 6486 }
6487 mSessionsByHandle.erase(iter); 6487 mSessionsByHandle.erase(iter);
6488 } 6488 }
@@ -6522,7 +6522,7 @@ void LLVoiceClient::deleteAllSessions()
6522 6522
6523 if(!mSessionsByHandle.empty()) 6523 if(!mSessionsByHandle.empty())
6524 { 6524 {
6525 LL_ERRS("Voice") << "Internal error: empty session map, non-empty handle map" << LL_ENDL 6525 LL_ERRS("Voice") << "Internal error: empty session map, non-empty handle map" << LL_ENDL;
6526 } 6526 }
6527} 6527}
6528 6528