* Added debug message to try track down Mantis#305.

This commit is contained in:
Adam Frisby
2008-02-06 14:39:25 +00:00
parent 3b42b5f098
commit a37eb62047

View File

@@ -1528,6 +1528,7 @@ namespace OpenSim.Region.Environment.Scenes
m_capsHandlers.Add(agent.AgentID, cap);
}
}
m_log.Debug("[client]: Creating agent circuit");
m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent);
}
}