coment out stack trace at newUserConnection, add log msh at createAgent
parent
46bf6d1640
commit
c9079360b9
|
@ -3841,7 +3841,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
acd.startpos
|
acd.startpos
|
||||||
);
|
);
|
||||||
|
|
||||||
m_log.DebugFormat("NewUserConnection stack {0}", Environment.StackTrace);
|
// m_log.DebugFormat("NewUserConnection stack {0}", Environment.StackTrace);
|
||||||
|
|
||||||
if (!LoginsEnabled)
|
if (!LoginsEnabled)
|
||||||
{
|
{
|
||||||
|
|
|
@ -397,8 +397,9 @@ namespace OpenSim.Server.Handlers.Simulation
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
*/
|
*/
|
||||||
|
bool ret = m_SimulationService.CreateAgent(destination, aCircuit, teleportFlags, out reason);
|
||||||
return m_SimulationService.CreateAgent(destination, aCircuit, teleportFlags, out reason);
|
m_log.DebugFormat("[AGENT HANDLER]: CreateAgent {0} {1}", ret.ToString(),reason);
|
||||||
|
return ret;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue