* More Vivox Fiddling

trunk
Adam Frisby 2009-07-12 01:56:38 +00:00
rodič a8b40d47d6
revize 50ccf914ca
1 změnil soubory, kde provedl 5 přidání a 1 odebrání

Zobrazit soubor

@ -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;
}