add a temp debug message

avinationmerge
UbitUmarov 2012-06-22 18:04:12 +01:00
parent c8f7cd60cd
commit ba58d7a9b2
1 changed files with 3 additions and 0 deletions

View File

@ -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