mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Still chasing logout memory leak. Putting in small changes and temporary light verbosity to this end
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using libsecondlife;
|
||||
using libsecondlife.Packets;
|
||||
@@ -70,7 +71,9 @@ namespace OpenSim.Framework
|
||||
|
||||
public void Remove(uint id)
|
||||
{
|
||||
//m_log.Info(String.Format("[CLIENT]: Removing client with code {0}, current count {1}", id, m_clients.Count));
|
||||
m_clients.Remove(id);
|
||||
m_log.Info(String.Format("[CLIENT]: Removed client with code {0}, new client count {1}", id, m_clients.Count));
|
||||
}
|
||||
|
||||
public void Add(uint id, IClientAPI client)
|
||||
|
||||
Reference in New Issue
Block a user