diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 0c92308..14666d6 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -3660,7 +3660,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3660 | /// </summary> | 3660 | /// </summary> |
3661 | private void ResendPrimUpdates(List<EntityUpdate> updates, OutgoingPacket oPacket) | 3661 | private void ResendPrimUpdates(List<EntityUpdate> updates, OutgoingPacket oPacket) |
3662 | { | 3662 | { |
3663 | // m_log.WarnFormat("[CLIENT] resending prim update {0}",updates[0].UpdateTime); | 3663 | // m_log.WarnFormat("[CLIENT] resending prim updates {0}, packet sequence number {1}", updates[0].UpdateTime, oPacket.SequenceNumber); |
3664 | 3664 | ||
3665 | // Remove the update packet from the list of packets waiting for acknowledgement | 3665 | // Remove the update packet from the list of packets waiting for acknowledgement |
3666 | // because we are requeuing the list of updates. They will be resent in new packets | 3666 | // because we are requeuing the list of updates. They will be resent in new packets |