From 2d775f9a52ea0b28321058a761aa6263ee0c562c Mon Sep 17 00:00:00 2001 From: Dan Lake Date: Fri, 1 Apr 2011 10:37:39 -0700 Subject: [PATCH] Disabled queue logging by default --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 7711fd18b5..93e90505bd 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -3668,7 +3668,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP int updatesThisCall = 0; - LogQueueProcessEvent(this.m_agentId,m_entityUpdates,m_maxUpdates); + //LogQueueProcessEvent(this.m_agentId,m_entityUpdates,m_maxUpdates); // We must lock for both manipulating the kill record and sending the packet, in order to avoid a race // condition where a kill can be processed before an out-of-date update for the same object.