diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp
index 3b56076463d309085a092e87286c2b13d99fdd91..65fa2b9c6d2764c520fdb5a2973c8dc5f70581c3 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);