aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Server')
-rw-r--r--OpenSim/Server/Handlers/Simulation/AgentHandlers.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
index 62fe3c9..1087a71 100644
--- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
+++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
@@ -397,8 +397,9 @@ namespace OpenSim.Server.Handlers.Simulation
397 397
398 return true; 398 return true;
399*/ 399*/
400 400 bool ret = m_SimulationService.CreateAgent(destination, aCircuit, teleportFlags, out reason);
401 return m_SimulationService.CreateAgent(destination, aCircuit, teleportFlags, out reason); 401 m_log.DebugFormat("[AGENT HANDLER]: CreateAgent {0} {1}", ret.ToString(),reason);
402 return ret;
402 403
403 } 404 }
404 } 405 }