diff options
author | UbitUmarov | 2014-09-24 21:01:57 +0100 |
---|---|---|
committer | UbitUmarov | 2014-09-24 21:01:57 +0100 |
commit | 4c8f866aad79c307808710459d0dd7fbd4dc9f35 (patch) | |
tree | 1cc7cad2bf831b6332e68e0b776eb01e20b55665 | |
parent | make CreateAgent sync for logins, async for other cases (diff) | |
download | opensim-SC_OLD-4c8f866aad79c307808710459d0dd7fbd4dc9f35.zip opensim-SC_OLD-4c8f866aad79c307808710459d0dd7fbd4dc9f35.tar.gz opensim-SC_OLD-4c8f866aad79c307808710459d0dd7fbd4dc9f35.tar.bz2 opensim-SC_OLD-4c8f866aad79c307808710459d0dd7fbd4dc9f35.tar.xz |
bad format.. again... :(
-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; |