diff options
| author | Oz Linden <oz@lindenlab.com> | 2016-07-21 17:14:07 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2016-07-21 17:14:07 -0400 |
| commit | 4bf583aaa23700ec92df0fcf1b9d8978e29199f7 (patch) | |
| tree | f837807b536834f0a1df97d84309a7d5d0f7cb90 /indra/newview/llvoicevivox.cpp | |
| parent | 9260fbe0bd4db438632e9f174112b4ed853fa2a0 (diff) | |
SL-429: Use a new certificate authority bundle based on data from Mozilla
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
| -rw-r--r-- | indra/newview/llvoicevivox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 07427e0377..ce5d6bc25c 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -2825,7 +2825,7 @@ void LLVivoxVoiceClient::connectorCreateResponse(int statusCode, std::string &st if(statusCode != 0) { - LL_WARNS("Voice") << "Connector.Create response failure: " << statusString << LL_ENDL; + LL_WARNS("Voice") << "Connector.Create response failure ("<< statusCode << "): " << statusString << LL_ENDL; LLSD args; std::stringstream errs; errs << mVoiceAccountServerURI << "\n:UDP: 3478, 3479, 5060, 5062, 12000-17000"; |
