mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
coment out stack trace at newUserConnection, add log msh at createAgent
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user