diff options
| -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);  | 
