mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
add a temp debug message
This commit is contained in:
@@ -717,7 +717,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
udpClient = ((LLClientView)client).UDPClient;
|
||||
|
||||
if (!udpClient.IsConnected)
|
||||
{
|
||||
m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet for a unConnected client in " + m_scene.RegionInfo.RegionName);
|
||||
return;
|
||||
}
|
||||
|
||||
#endregion Packet to Client Mapping
|
||||
|
||||
|
||||
Reference in New Issue
Block a user