aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-06-07 23:38:23 +0100
committerJustin Clark-Casey (justincc)2013-06-07 23:38:23 +0100
commit454499ff60bf45f77f6f25e9164fcbbfff967bba (patch)
tree75a1cf5acd88795b7cfa2ef8b9441c3695626d34 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentminor: add dr0berts to contributors list (diff)
downloadopensim-SC_OLD-454499ff60bf45f77f6f25e9164fcbbfff967bba.zip
opensim-SC_OLD-454499ff60bf45f77f6f25e9164fcbbfff967bba.tar.gz
opensim-SC_OLD-454499ff60bf45f77f6f25e9164fcbbfff967bba.tar.bz2
opensim-SC_OLD-454499ff60bf45f77f6f25e9164fcbbfff967bba.tar.xz
minor: Comment out debug logging (at warn level) about number of objects force selected and turn down to debug level
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-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 e47397d..9784d15 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -4828,7 +4828,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4828 4828
4829 public void SendForceClientSelectObjects(List<uint> ObjectIDs) 4829 public void SendForceClientSelectObjects(List<uint> ObjectIDs)
4830 { 4830 {
4831 m_log.WarnFormat("[LLCLIENTVIEW] sending select with {0} objects", ObjectIDs.Count); 4831// m_log.DebugFormat("[LLCLIENTVIEW] sending select with {0} objects", ObjectIDs.Count);
4832 4832
4833 bool firstCall = true; 4833 bool firstCall = true;
4834 const int MAX_OBJECTS_PER_PACKET = 251; 4834 const int MAX_OBJECTS_PER_PACKET = 251;