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

ThreadPoolClientBranch
Adam Frisby 2008-02-06 14:39:25 +00:00
parent 3b42b5f098
commit a37eb62047
1 changed files with 1 additions and 0 deletions

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);
}
}