* Added debug message to try track down Mantis#305.
parent
3b42b5f098
commit
a37eb62047
|
@ -1528,6 +1528,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
m_capsHandlers.Add(agent.AgentID, cap);
|
m_capsHandlers.Add(agent.AgentID, cap);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
m_log.Debug("[client]: Creating agent circuit");
|
||||||
m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent);
|
m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue