diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs | 6 |
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 | } |