diff options
author | Justin Clark-Casey (justincc) | 2013-06-07 23:38:23 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-06-07 23:38:23 +0100 |
commit | 454499ff60bf45f77f6f25e9164fcbbfff967bba (patch) | |
tree | 75a1cf5acd88795b7cfa2ef8b9441c3695626d34 /OpenSim/Region/ClientStack/Linden/UDP | |
parent | minor: add dr0berts to contributors list (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
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; |