diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index e560cbe709..4b3a6c1387 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs @@ -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 }