mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* prune and regrade log messages relating to client login and logout
This commit is contained in:
@@ -258,7 +258,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
public void WipeClean()
|
||||
{
|
||||
m_log.Info("[PACKETQUEUE] Wiping Packet Queues Clean");
|
||||
lock (this)
|
||||
{
|
||||
ResendOutgoingPacketQueue.Clear();
|
||||
@@ -275,7 +274,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
public void Close()
|
||||
{
|
||||
m_log.Info("[PACKETQUEUE] Close called");
|
||||
Flush();
|
||||
WipeClean(); // I'm sure there's a dirty joke in here somewhere. -AFrisby
|
||||
|
||||
|
||||
Reference in New Issue
Block a user