mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Log warning if we try to remove a UDP client that has already been removed.
This commit is contained in:
@@ -1114,6 +1114,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
client.IsLoggingOut = true;
|
||||
client.Close();
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.WarnFormat(
|
||||
"[LLUDPSERVER]: Tried to remove client with id {0} but not such client in {1}",
|
||||
udpClient.AgentID, m_scene.RegionInfo.RegionName);
|
||||
}
|
||||
}
|
||||
|
||||
private void IncomingPacketHandler()
|
||||
|
||||
Reference in New Issue
Block a user