From c9079360b9b44443a9394f6ee5fbff741e7ccced Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 24 Sep 2014 18:37:59 +0100 Subject: coment out stack trace at newUserConnection, add log msh at createAgent --- OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'OpenSim/Server') diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index 62fe3c9..1087a71 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs @@ -397,8 +397,9 @@ namespace OpenSim.Server.Handlers.Simulation return true; */ - - return m_SimulationService.CreateAgent(destination, aCircuit, teleportFlags, out reason); + bool ret = m_SimulationService.CreateAgent(destination, aCircuit, teleportFlags, out reason); + m_log.DebugFormat("[AGENT HANDLER]: CreateAgent {0} {1}", ret.ToString(),reason); + return ret; } } -- cgit v1.1