diff options
author | Melanie | 2013-02-24 18:33:47 +0100 |
---|---|---|
committer | Melanie | 2013-02-24 18:33:47 +0100 |
commit | f4e12c5f7210f95e707daef761a2ac63e9b3371f (patch) | |
tree | 9ae124bf4d774c6c5ed846cd70602bbc84180e53 /OpenSim | |
parent | Output some additional data on Vivox connection errors (diff) | |
download | opensim-SC_OLD-f4e12c5f7210f95e707daef761a2ac63e9b3371f.zip opensim-SC_OLD-f4e12c5f7210f95e707daef761a2ac63e9b3371f.tar.gz opensim-SC_OLD-f4e12c5f7210f95e707daef761a2ac63e9b3371f.tar.bz2 opensim-SC_OLD-f4e12c5f7210f95e707daef761a2ac63e9b3371f.tar.xz |
Revert "Output some additional data on Vivox connection errors", this logs passwords! Bad!
This reverts commit 79e477f6af09fae2d88a1bba45de6cb819e2800a.
Diffstat (limited to 'OpenSim')
-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 0ddb5ae..7da1de6 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}, url={1}", e.Message, requrl); | 1141 | m_log.ErrorFormat("[VivoxVoice] Error in admin call : {0}", e.Message); |
1142 | } | 1142 | } |
1143 | 1143 | ||
1144 | // If we're debugging server responses, dump the whole | 1144 | // If we're debugging server responses, dump the whole |