diff options
author | Justin Clark-Casey (justincc) | 2012-03-02 23:29:35 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-02 23:29:35 +0000 |
commit | 98ad6ed255e1b1e55b58c633263480fb12ed3f7a (patch) | |
tree | 2827dc70614714a71916d5f711c56cd8a9c1ff69 /OpenSim/Region/ClientStack/Linden/Caps | |
parent | Remove outdated comment about checking attachment prims in Scene.PipeEventsFo... (diff) | |
download | opensim-SC_OLD-98ad6ed255e1b1e55b58c633263480fb12ed3f7a.zip opensim-SC_OLD-98ad6ed255e1b1e55b58c633263480fb12ed3f7a.tar.gz opensim-SC_OLD-98ad6ed255e1b1e55b58c633263480fb12ed3f7a.tar.bz2 opensim-SC_OLD-98ad6ed255e1b1e55b58c633263480fb12ed3f7a.tar.xz |
comment out "[CAPS]: ScriptTaskInventory Request" log spam
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs index be699db..35cb575 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | |||
@@ -262,7 +262,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
262 | { | 262 | { |
263 | try | 263 | try |
264 | { | 264 | { |
265 | m_log.Debug("[CAPS]: ScriptTaskInventory Request in region: " + m_regionName); | 265 | // m_log.Debug("[CAPS]: ScriptTaskInventory Request in region: " + m_regionName); |
266 | //m_log.DebugFormat("[CAPS]: request: {0}, path: {1}, param: {2}", request, path, param); | 266 | //m_log.DebugFormat("[CAPS]: request: {0}, path: {1}, param: {2}", request, path, param); |
267 | 267 | ||
268 | Hashtable hash = (Hashtable)LLSD.LLSDDeserialize(Utils.StringToBytes(request)); | 268 | Hashtable hash = (Hashtable)LLSD.LLSDDeserialize(Utils.StringToBytes(request)); |