diff options
author | Melanie | 2013-02-24 18:32:11 +0100 |
---|---|---|
committer | Melanie | 2013-02-24 18:32:11 +0100 |
commit | 79e477f6af09fae2d88a1bba45de6cb819e2800a (patch) | |
tree | 900895a7cf68bd2ed4ab810cf20fb3d6bef0e6eb | |
parent | The viewer tries to parse the error message body to LLSD - give it some. (diff) | |
download | opensim-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.cs | 2 |
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 |