aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorDiva Canto2013-06-07 16:01:07 -0700
committerDiva Canto2013-06-07 16:01:07 -0700
commit6aa54a8e168edc40cf85672b2c6edced7db80266 (patch)
tree4ab029b42ecf359794755bcc48bcb950c77b6c5a /OpenSim/Region/ClientStack/Linden
parentPut the configuration back in FetchInventoryDesc2 cap. (diff)
parentminor: Comment out debug logging (at warn level) about number of objects forc... (diff)
downloadopensim-SC_OLD-6aa54a8e168edc40cf85672b2c6edced7db80266.zip
opensim-SC_OLD-6aa54a8e168edc40cf85672b2c6edced7db80266.tar.gz
opensim-SC_OLD-6aa54a8e168edc40cf85672b2c6edced7db80266.tar.bz2
opensim-SC_OLD-6aa54a8e168edc40cf85672b2c6edced7db80266.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-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;