diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2012-01-26 19:35:42 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2012-01-26 19:35:42 +0200 |
commit | 9429d5d2f23c28c47b3f87774e811213cb9e2997 (patch) | |
tree | 9f2fe2d5c250f8a1a950c59d3c04995382342280 /indra/newview/llparticipantlist.cpp | |
parent | bbc265a9d5230603b7ee1b3f974ef27154d8507f (diff) |
EXP-1839 WIP Added some debugging messages.
Diffstat (limited to 'indra/newview/llparticipantlist.cpp')
-rw-r--r-- | indra/newview/llparticipantlist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp index 5c95e805ce..c1b931d7e8 100644 --- a/indra/newview/llparticipantlist.cpp +++ b/indra/newview/llparticipantlist.cpp @@ -760,6 +760,7 @@ void LLParticipantList::LLParticipantListMenu::toggleMute(const LLSD& userdata, LLPointer<LLSpeaker> speakerp = mParent.mSpeakerMgr->findSpeaker(speaker_id); if (speakerp.isNull()) { + LL_WARNS("Speakers") << "Speaker " << speaker_id << " not found" << llendl; return; } LLAvatarListItem* item = dynamic_cast<LLAvatarListItem*>(mParent.mAvatarList->getItemByValue(speaker_id)); |