aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorAdam Frisby2009-07-12 01:56:38 +0000
committerAdam Frisby2009-07-12 01:56:38 +0000
commit50ccf914ca6bd542e8698cd24feb2832681a466c (patch)
tree02295b8032195cac866e0d7199403d55491877fb /OpenSim
parent* Patch for previous revision. (diff)
downloadopensim-SC_OLD-50ccf914ca6bd542e8698cd24feb2832681a466c.zip
opensim-SC_OLD-50ccf914ca6bd542e8698cd24feb2832681a466c.tar.gz
opensim-SC_OLD-50ccf914ca6bd542e8698cd24feb2832681a466c.tar.bz2
opensim-SC_OLD-50ccf914ca6bd542e8698cd24feb2832681a466c.tar.xz
* More Vivox Fiddling
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
index 7c1d2c8..98c39cc 100644
--- a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
+++ b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
@@ -972,11 +972,15 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
972 return true; 972 return true;
973 } 973 }
974 } 974 }
975 else
976 {
977 m_log.Debug("[VivoxVoice] No channels registered.");
978 }
975 979
976 channelId = String.Empty; 980 channelId = String.Empty;
977 channelUri = String.Empty; 981 channelUri = String.Empty;
978 982
979 m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + resp.InnerText); 983 m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + resp.InnerXml);
980 984
981 return false; 985 return false;
982 } 986 }