aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/PacketQueue.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/PacketQueue.cs')
-rw-r--r--OpenSim/Region/ClientStack/PacketQueue.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/PacketQueue.cs b/OpenSim/Region/ClientStack/PacketQueue.cs
index 7991c7d..6dfa15c 100644
--- a/OpenSim/Region/ClientStack/PacketQueue.cs
+++ b/OpenSim/Region/ClientStack/PacketQueue.cs
@@ -321,7 +321,7 @@ namespace OpenSim.Region.ClientStack
321 321
322 tall = tResend + tLand + tWind + tCloud + tTask + tTexture + tAsset; 322 tall = tResend + tLand + tWind + tCloud + tTask + tTexture + tAsset;
323 /* 323 /*
324 OpenSim.Framework.Console.MainLog.Instance.Verbose("CLIENT", "Client AgentThrottle - Got throttle:resendbytes=" + tResend + 324 MainLog.Instance.Verbose("CLIENT", "Client AgentThrottle - Got throttle:resendbytes=" + tResend +
325 " landbytes=" + tLand + 325 " landbytes=" + tLand +
326 " windbytes=" + tWind + 326 " windbytes=" + tWind +
327 " cloudbytes=" + tCloud + 327 " cloudbytes=" + tCloud +