Changed warning to debug message for outgoing packet queues

dsg
Dan Lake 2011-03-17 14:10:01 -07:00 committed by opensim
parent 6e251b13c4
commit ab6b9e5812
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
for (int i = 0; i < 9; ++i)
{
int val = Interlocked.Exchange(ref OutgoingPacket.CatCounts[i], 0);
m_log.WarnFormat("OutgoingPacket type {0} count = {1}", i, val);
m_log.DebugFormat("OutgoingPacket type {0} count = {1}", i, val);
}
}