aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 c78d552..45c901e 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -4866,7 +4866,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
4866 4866
4867 public void SendForceClientSelectObjects(List<uint> ObjectIDs) 4867 public void SendForceClientSelectObjects(List<uint> ObjectIDs)
4868 { 4868 {
4869 m_log.WarnFormat("[LLCLIENTVIEW] sending select with {0} objects", ObjectIDs.Count); 4869// m_log.DebugFormat("[LLCLIENTVIEW] sending select with {0} objects", ObjectIDs.Count);
4870 4870
4871 bool firstCall = true; 4871 bool firstCall = true;
4872 const int MAX_OBJECTS_PER_PACKET = 251; 4872 const int MAX_OBJECTS_PER_PACKET = 251;