From 45739e3d5ce0ba96bb2c9f2f226cfabf627f6028 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 24 Sep 2014 23:10:15 +0200 Subject: [PATCH] Fix a string format --- 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;