* More Vivox Fiddling

trunk
Adam Frisby 2009-07-12 01:56:38 +00:00
parent a8b40d47d6
commit 50ccf914ca
1 changed files with 5 additions and 1 deletions

View File

@ -972,11 +972,15 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
return true;
}
}
else
{
m_log.Debug("[VivoxVoice] No channels registered.");
}
channelId = String.Empty;
channelUri = String.Empty;
m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + resp.InnerText);
m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + resp.InnerXml);
return false;
}