aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP
diff options
context:
space:
mode:
authorMelanie2013-06-08 00:00:39 +0100
committerMelanie2013-06-08 00:00:39 +0100
commitcf4d291443acd526a49c5bf60da81d7df661e53f (patch)
treeba6a2e76e9394d53010a356d8ccc94332ecddd14 /OpenSim/Region/ClientStack/Linden/UDP
parentMerge commit '75631e0267dbf58253dfcf6327b4d65f35bbaa6d' into careminster (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-cf4d291443acd526a49c5bf60da81d7df661e53f.zip
opensim-SC_OLD-cf4d291443acd526a49c5bf60da81d7df661e53f.tar.gz
opensim-SC_OLD-cf4d291443acd526a49c5bf60da81d7df661e53f.tar.bz2
opensim-SC_OLD-cf4d291443acd526a49c5bf60da81d7df661e53f.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-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;