Changed warning to debug message for outgoing packet queues
parent
6e251b13c4
commit
ab6b9e5812
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue