Tweak log messages on local region to region teleport path to help with problem resolution.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-04-26 22:35:25 +01:00
parent d19aa9e792
commit cb6791fb30
5 changed files with 48 additions and 25 deletions

View File

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