Fix a string format

This commit is contained in:
Melanie Thielker
2014-09-24 23:10:15 +02:00
parent df773ee8c3
commit 45739e3d5c

View File

@@ -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;