Commented a verbose Debug message in LLUDPServer that got uncommented at some point.

viewer-2-initial-appearance
Diva Canto 2011-01-05 07:14:09 -08:00
parent fbde9b1136
commit 0c165bc421
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,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;
}