aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie2013-02-24 18:32:11 +0100
committerMelanie2013-02-24 18:32:11 +0100
commit79e477f6af09fae2d88a1bba45de6cb819e2800a (patch)
tree900895a7cf68bd2ed4ab810cf20fb3d6bef0e6eb
parentThe viewer tries to parse the error message body to LLSD - give it some. (diff)
downloadopensim-SC-79e477f6af09fae2d88a1bba45de6cb819e2800a.zip
opensim-SC-79e477f6af09fae2d88a1bba45de6cb819e2800a.tar.gz
opensim-SC-79e477f6af09fae2d88a1bba45de6cb819e2800a.tar.bz2
opensim-SC-79e477f6af09fae2d88a1bba45de6cb819e2800a.tar.xz
Output some additional data on Vivox connection errors
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
index 7da1de6..0ddb5ae 100644
--- a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
+++ b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
@@ -1138,7 +1138,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
1138 } 1138 }
1139 catch (Exception e) 1139 catch (Exception e)
1140 { 1140 {
1141 m_log.ErrorFormat("[VivoxVoice] Error in admin call : {0}", e.Message); 1141 m_log.ErrorFormat("[VivoxVoice] Error in admin call : {0}, url={1}", e.Message, requrl);
1142 } 1142 }
1143 1143
1144 // If we're debugging server responses, dump the whole 1144 // If we're debugging server responses, dump the whole