mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Tweak log messages on local region to region teleport path to help with problem resolution.
This commit is contained in:
@@ -1142,7 +1142,10 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
if ((m_callbackURI != null) && !m_callbackURI.Equals(""))
|
||||
{
|
||||
m_log.DebugFormat("[SCENE PRESENCE]: Releasing agent in URI {0}", m_callbackURI);
|
||||
m_log.DebugFormat(
|
||||
"[SCENE PRESENCE]: Releasing {0} {1} with callback to {2}",
|
||||
client.Name, client.AgentId, m_callbackURI);
|
||||
|
||||
Scene.SimulationService.ReleaseAgent(m_originRegionID, UUID, m_callbackURI);
|
||||
m_callbackURI = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user