* Attempting to diagnose a connection bug.
parent
bce98f9670
commit
d4600eec4d
|
@ -2044,9 +2044,11 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
{
|
||||
AgentCircuitData aCircuit = m_authenticateHandler.GetAgentCircuitData(client.CircuitCode);
|
||||
|
||||
m_log.DebugFormat(
|
||||
"[SCENE]: Adding new {0} agent for {1} in {2}",
|
||||
((aCircuit.child == true) ? "child" : "root"), client.Name, RegionInfo.RegionName);
|
||||
string logMsg = string.Format("[SCENE]: Adding new {0} agent for {1} in {2}",
|
||||
((aCircuit.child == true) ? "child" : "root"), client.Name,
|
||||
RegionInfo.RegionName);
|
||||
|
||||
m_log.Debug(logMsg);
|
||||
|
||||
CommsManager.UserProfileCacheService.AddNewUser(client.AgentId);
|
||||
|
||||
|
|
Loading…
Reference in New Issue