diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-15 14:32:57 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-15 14:32:57 -0700 |
commit | 5ec3b64a207327515859d5d4feca0dab9974f200 (patch) | |
tree | 7574b7a2ce8a693bd25f7fca024c067db0ecdaf2 /indra/newview/llvoicechannel.cpp | |
parent | a8c443feb21d5fe486e9a30649089633ae3f6e22 (diff) | |
parent | 815884e0d49620db8f9f60fc629a26ad2c666749 (diff) |
MAINT-1551 : WIP : Merge
Diffstat (limited to 'indra/newview/llvoicechannel.cpp')
-rw-r--r-- | indra/newview/llvoicechannel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoicechannel.cpp b/indra/newview/llvoicechannel.cpp index ceff75a0cc..62a43333dd 100644 --- a/indra/newview/llvoicechannel.cpp +++ b/indra/newview/llvoicechannel.cpp @@ -35,6 +35,7 @@ #include "llrecentpeople.h" #include "llviewercontrol.h" #include "llvoicechannel.h" +#include "llsdserialize.h" LLVoiceChannel::voice_channel_map_t LLVoiceChannel::sVoiceChannelMap; @@ -539,6 +540,7 @@ void LLVoiceChannelGroup::getChannelInfo() LLSD data; data["method"] = "call"; data["session-id"] = mSessionID; + llinfos << "Merov debug : viewer-> sim : LLVoiceChannelGroup::getChannelInfo, session id = " << mSessionID << ", data = " << LLSDOStreamer<LLSDNotationFormatter>(data) << llendl; LLHTTPClient::post(url, data, new LLVoiceCallCapResponder(mSessionID)); |