diff options
author | Adam Frisby | 2008-02-06 14:39:25 +0000 |
---|---|---|
committer | Adam Frisby | 2008-02-06 14:39:25 +0000 |
commit | a37eb62047cb126ae571e0e7b748703e6b1c07fa (patch) | |
tree | 6eb424ca88f08d8b4740799836df0c60c87016f3 | |
parent | Consolidated LoadAnims and AvatarAnimations constructor. (diff) | |
download | opensim-SC_OLD-a37eb62047cb126ae571e0e7b748703e6b1c07fa.zip opensim-SC_OLD-a37eb62047cb126ae571e0e7b748703e6b1c07fa.tar.gz opensim-SC_OLD-a37eb62047cb126ae571e0e7b748703e6b1c07fa.tar.bz2 opensim-SC_OLD-a37eb62047cb126ae571e0e7b748703e6b1c07fa.tar.xz |
* Added debug message to try track down Mantis#305.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index b4283ae..4f32774 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -1528,6 +1528,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
1528 | m_capsHandlers.Add(agent.AgentID, cap); | 1528 | m_capsHandlers.Add(agent.AgentID, cap); |
1529 | } | 1529 | } |
1530 | } | 1530 | } |
1531 | m_log.Debug("[client]: Creating agent circuit"); | ||
1531 | m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent); | 1532 | m_authenticateHandler.AddNewCircuit(agent.circuitcode, agent); |
1532 | } | 1533 | } |
1533 | } | 1534 | } |