diff options
author | Adam Frisby | 2009-07-12 01:31:33 +0000 |
---|---|---|
committer | Adam Frisby | 2009-07-12 01:31:33 +0000 |
commit | a8b40d47d69979763c63c98ab00aa012514ee36b (patch) | |
tree | 66f5857b045804ac8d74a1eb213d4c7691c29391 /OpenSim | |
parent | * More VivoxModule debugging. (diff) | |
download | opensim-SC_OLD-a8b40d47d69979763c63c98ab00aa012514ee36b.zip opensim-SC_OLD-a8b40d47d69979763c63c98ab00aa012514ee36b.tar.gz opensim-SC_OLD-a8b40d47d69979763c63c98ab00aa012514ee36b.tar.bz2 opensim-SC_OLD-a8b40d47d69979763c63c98ab00aa012514ee36b.tar.xz |
* Patch for previous revision.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs index d5f3b4a..7c1d2c8 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs | |||
@@ -976,10 +976,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice | |||
976 | channelId = String.Empty; | 976 | channelId = String.Empty; |
977 | channelUri = String.Empty; | 977 | channelUri = String.Empty; |
978 | 978 | ||
979 | XmlDocument tmpDoc = new XmlDocument(); | 979 | m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + resp.InnerText); |
980 | tmpDoc.AppendChild(resp); | ||
981 | |||
982 | m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + tmpDoc.InnerText); | ||
983 | 980 | ||
984 | return false; | 981 | return false; |
985 | } | 982 | } |