aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs2
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 e9eebb1..d449e82 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -12307,7 +12307,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
12307 } 12307 }
12308 } 12308 }
12309 12309
12310 m_log.DebugFormat("texture cached: hits {0}", cacheHits); 12310 //m_log.DebugFormat("texture cached: hits {0}", cacheHits);
12311 12311
12312 cachedresp.Header.Zerocoded = true; 12312 cachedresp.Header.Zerocoded = true;
12313 OutPacket(cachedresp, ThrottleOutPacketType.Task); 12313 OutPacket(cachedresp, ThrottleOutPacketType.Task);