diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index 466b6f8..ce0e120 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -393,7 +393,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
393 | { | 393 | { |
394 | string r; | 394 | string r; |
395 | m_SimulationService.CreateAgent(destination, aCircuit, teleportFlags, out r); | 395 | m_SimulationService.CreateAgent(destination, aCircuit, teleportFlags, out r); |
396 | m_log.DebugFormat("[AGENT HANDLER]: ASYNC CreateAgent {0} {1}", r); | 396 | m_log.DebugFormat("[AGENT HANDLER]: ASYNC CreateAgent {0}", r); |
397 | }); | 397 | }); |
398 | 398 | ||
399 | return true; | 399 | return true; |