aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMelanie Thielker2016-03-15 02:36:06 +0100
committerMelanie Thielker2016-03-15 02:36:06 +0100
commit8e772fde7fd912477f8ca23a0568d7f19e4de5dd (patch)
treee6f4444d57e7d0c24ecf949371fe43e6eb93d7f8
parentExpand on the comment on the new HTTP limit feature. (diff)
downloadopensim-SC_OLD-8e772fde7fd912477f8ca23a0568d7f19e4de5dd.zip
opensim-SC_OLD-8e772fde7fd912477f8ca23a0568d7f19e4de5dd.tar.gz
opensim-SC_OLD-8e772fde7fd912477f8ca23a0568d7f19e4de5dd.tar.bz2
opensim-SC_OLD-8e772fde7fd912477f8ca23a0568d7f19e4de5dd.tar.xz
Remove debug spam
-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);