aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2015-01-21 00:34:51 +0000
committerJustin Clark-Casey (justincc)2015-01-21 00:34:51 +0000
commit372a7bf78eeb10361b08aa35890bd9cc8ce8694e (patch)
treefd33a83d24580be572ab4748649e3fceaee3492d
parentminor: Fix some CR line endings in Scene.Inventory.cs (diff)
downloadopensim-SC_OLD-372a7bf78eeb10361b08aa35890bd9cc8ce8694e.zip
opensim-SC_OLD-372a7bf78eeb10361b08aa35890bd9cc8ce8694e.tar.gz
opensim-SC_OLD-372a7bf78eeb10361b08aa35890bd9cc8ce8694e.tar.bz2
opensim-SC_OLD-372a7bf78eeb10361b08aa35890bd9cc8ce8694e.tar.xz
minor: Comment out log line for the SimulatorFeatures cap request for now to reduce log verbiage. Please revert if still required.
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
index 07e8025..e258bcb 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/SimulatorFeaturesModule.cs
@@ -235,7 +235,7 @@ namespace OpenSim.Region.ClientStack.Linden
235 235
236 private Hashtable HandleSimulatorFeaturesRequest(Hashtable mDhttpMethod, UUID agentID) 236 private Hashtable HandleSimulatorFeaturesRequest(Hashtable mDhttpMethod, UUID agentID)
237 { 237 {
238 m_log.DebugFormat("[SIMULATOR FEATURES MODULE]: SimulatorFeatures request"); 238// m_log.DebugFormat("[SIMULATOR FEATURES MODULE]: SimulatorFeatures request");
239 239
240 OSDMap copy = DeepCopy(); 240 OSDMap copy = DeepCopy();
241 241