mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
coment out stack trace at newUserConnection, add log msh at createAgent
This commit is contained in:
@@ -3841,7 +3841,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
acd.startpos
|
||||
);
|
||||
|
||||
m_log.DebugFormat("NewUserConnection stack {0}", Environment.StackTrace);
|
||||
// m_log.DebugFormat("NewUserConnection stack {0}", Environment.StackTrace);
|
||||
|
||||
if (!LoginsEnabled)
|
||||
{
|
||||
|
||||
@@ -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