add a few more verbose bits

This commit is contained in:
Sean Dague
2007-11-09 20:47:20 +00:00
parent 8ac2f5a3a0
commit 6c77ae5507

View File

@@ -270,9 +270,11 @@ namespace OpenSim.Region.ClientStack
if (throttleSentPeriod > throttleOutbound)
{
PacketQueue.Enqueue(nextPacket);
MainLog.Instance.Verbose("Client over throttle limit, requeuing packet");
if (queuedLast)
{
MainLog.Instance.Verbose("No more sendable packets, need to sleep now");
Thread.Sleep(100); // Wait a little while if this was the last packet we saw
}