bad format.. again... :(

avinationmerge
UbitUmarov 2014-09-24 21:01:57 +01:00
parent df773ee8c3
commit 4c8f866aad
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ namespace OpenSim.Server.Handlers.Simulation
{ {
string r; string r;
m_SimulationService.CreateAgent(destination, aCircuit, teleportFlags, out 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; return true;