summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2018-06-27 16:21:10 -0400
committerOz Linden <oz@lindenlab.com>2018-06-27 16:21:10 -0400
commitd9c59488f45a7fc03030b0e69293c2679e67c9f1 (patch)
tree2fead7158a118a3635ffb0a377a5e57145e7bad3
parent04fecd480247a86e597483beaee66deb9efb3aad (diff)
fix debug logging
-rw-r--r--indra/newview/llvoicevivox.cpp4
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);