i more debug

avinationmerge
UbitUmarov 2012-06-22 18:10:53 +01:00
parent ba58d7a9b2
commit 646b7fb8f2
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
IClientAPI client;
if (!m_scene.TryGetClient(address, out client) || !(client is LLClientView))
{
//m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address + " in " + m_scene.RegionInfo.RegionName);
m_log.Debug("[LLUDPSERVER]: Received a " + packet.Type + " packet from an unrecognized source: " + address + " in " + m_scene.RegionInfo.RegionName);
return;
}