mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Added more debugging output to the "unrecognized source" warning
This commit is contained in:
@@ -504,7 +504,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
// Determine which agent this packet came from
|
||||
if (!m_clients.TryGetValue(address, out client))
|
||||
{
|
||||
m_log.Warn("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address);
|
||||
m_log.Warn("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address +
|
||||
", currently tracking " + m_clients.Count + " clients");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user