From d9c59488f45a7fc03030b0e69293c2679e67c9f1 Mon Sep 17 00:00:00 2001 From: Oz Linden <oz@lindenlab.com> Date: Wed, 27 Jun 2018 16:21:10 -0400 Subject: [PATCH] fix debug logging --- indra/newview/llvoicevivox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 3b56076463d..65fa2b9c6d2 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); -- GitLab