From 4c8f866aad79c307808710459d0dd7fbd4dc9f35 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 24 Sep 2014 21:01:57 +0100 Subject: [PATCH] bad format.. again... :( --- OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index 466b6f8ebb..ce0e120cca 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs @@ -393,7 +393,7 @@ namespace OpenSim.Server.Handlers.Simulation { string r; m_SimulationService.CreateAgent(destination, aCircuit, teleportFlags, out r); - m_log.DebugFormat("[AGENT HANDLER]: ASYNC CreateAgent {0} {1}", r); + m_log.DebugFormat("[AGENT HANDLER]: ASYNC CreateAgent {0}", r); }); return true;