stop a vivox error
parent
f976d10de2
commit
523d6dd2da
|
@ -362,11 +362,10 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!IsOK(VivoxDeleteChannel(null, channelId)))
|
||||||
|
m_log.WarnFormat("[VivoxVoice] Parent channel delete failed {0}:{1}:{2}", sceneName, sceneUUID, channelId);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!IsOK(VivoxDeleteChannel(null, channelId)))
|
|
||||||
m_log.WarnFormat("[VivoxVoice] Parent channel delete failed {0}:{1}:{2}", sceneName, sceneUUID, channelId);
|
|
||||||
|
|
||||||
// Remove the channel umbrella entry
|
// Remove the channel umbrella entry
|
||||||
|
|
||||||
lock (m_parents)
|
lock (m_parents)
|
||||||
|
|
Loading…
Reference in New Issue