mirror of
https://github.com/opensim/opensim.git
synced 2026-05-26 12:05:34 +08:00
Clean up logging calls using String.Format explicitly
This commit is contained in:
@@ -240,8 +240,8 @@ namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
m_scene.RemoveClient(AgentId);
|
||||
|
||||
//m_log.Info(String.Format("[CLIENTVIEW] Memory pre GC {0}", System.GC.GetTotalMemory(false)));
|
||||
//m_log.Info(String.Format("[CLIENTVIEW] Memory post GC {0}", System.GC.GetTotalMemory(true)));
|
||||
//m_log.InfoFormat("[CLIENTVIEW] Memory pre GC {0}", System.GC.GetTotalMemory(false));
|
||||
//m_log.InfoFormat("[CLIENTVIEW] Memory post GC {0}", System.GC.GetTotalMemory(true));
|
||||
|
||||
// Send the STOP packet
|
||||
DisableSimulatorPacket disable = (DisableSimulatorPacket)PacketPool.Instance.GetPacket(PacketType.DisableSimulator);
|
||||
|
||||
Reference in New Issue
Block a user