Revert "Output some additional data on Vivox connection errors", this logs passwords! Bad!

This reverts commit 79e477f6af.
avinationmerge
Melanie 2013-02-24 18:33:47 +01:00
parent 79e477f6af
commit f4e12c5f72
1 changed files with 1 additions and 1 deletions

View File

@ -1138,7 +1138,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
} }
catch (Exception e) catch (Exception e)
{ {
m_log.ErrorFormat("[VivoxVoice] Error in admin call : {0}, url={1}", e.Message, requrl); m_log.ErrorFormat("[VivoxVoice] Error in admin call : {0}", e.Message);
} }
// If we're debugging server responses, dump the whole // If we're debugging server responses, dump the whole