Mantis #7802: added debug message to diagnose the problem.

LSLKeyTest
Diva Canto 2016-06-22 15:55:39 -07:00
parent 94616510f2
commit 1e213f5150
1 changed files with 2 additions and 0 deletions

View File

@ -259,6 +259,8 @@ namespace OpenSim.Server.Handlers.Simulation
}
bool result = m_SimulationService.QueryAccess(destination, agentID, agentHomeURI, viaTeleport, position, features, ctx, out reason);
m_log.DebugFormat("[AGENT HANDLER]: QueryAccess returned {0} ({1}). Version={2}, {3}/{4}",
result, reason, version, inboundVersion, outboundVersion);
resp["success"] = OSD.FromBoolean(result);
resp["reason"] = OSD.FromString(reason);