diff options
author | Oz Linden <oz@lindenlab.com> | 2018-06-27 16:21:10 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2018-06-27 16:21:10 -0400 |
commit | d9c59488f45a7fc03030b0e69293c2679e67c9f1 (patch) | |
tree | 2fead7158a118a3635ffb0a377a5e57145e7bad3 /indra/newview/llvoicevivox.cpp | |
parent | 04fecd480247a86e597483beaee66deb9efb3aad (diff) |
fix debug logging
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 3b56076463..65fa2b9c6d 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -971,8 +971,8 @@ bool LLVivoxVoiceClient::provisionVoiceAccount() LL_DEBUGS("Voice") << "ProvisionVoiceAccountRequest response" << " user " << (voiceUserName.empty() ? "not set" : "set") << " password " << (voicePassword.empty() ? "not set" : "set") - << " sip uri " voiceSipUriHostname - << " account uri " voiceAccountServerUri + << " sip uri " << voiceSipUriHostname + << " account uri " << voiceAccountServerUri << LL_ENDL; setLoginInfo(voiceUserName, voicePassword, voiceSipUriHostname, voiceAccountServerUri); |