* Patch for previous revision.
parent
c20a4032e2
commit
a8b40d47d6
|
@ -976,10 +976,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
|
|||
channelId = String.Empty;
|
||||
channelUri = String.Empty;
|
||||
|
||||
XmlDocument tmpDoc = new XmlDocument();
|
||||
tmpDoc.AppendChild(resp);
|
||||
|
||||
m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + tmpDoc.InnerText);
|
||||
m_log.Debug("[VivoxVoice] Could not find channel in XMLRESP: " + resp.InnerText);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue