mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Output some additional data on Vivox connection errors
This commit is contained in:
@@ -1138,7 +1138,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
m_log.ErrorFormat("[VivoxVoice] Error in admin call : {0}", e.Message);
|
m_log.ErrorFormat("[VivoxVoice] Error in admin call : {0}, url={1}", e.Message, requrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we're debugging server responses, dump the whole
|
// If we're debugging server responses, dump the whole
|
||||||
|
|||||||
Reference in New Issue
Block a user