diff options
author | BlueWall | 2012-03-04 10:42:37 -0500 |
---|---|---|
committer | BlueWall | 2012-03-04 10:42:37 -0500 |
commit | 33a154e446d63ed1eb192153399a62077e8729fc (patch) | |
tree | b8831c52f18e353e26de83a16058fd276c9cbb10 /OpenSim/Region/ClientStack | |
parent | OpenID auth needs hashing before authenticating (diff) | |
parent | comment out "[CAPS]: ScriptTaskInventory Request" log spam (diff) | |
download | opensim-SC-33a154e446d63ed1eb192153399a62077e8729fc.zip opensim-SC-33a154e446d63ed1eb192153399a62077e8729fc.tar.gz opensim-SC-33a154e446d63ed1eb192153399a62077e8729fc.tar.bz2 opensim-SC-33a154e446d63ed1eb192153399a62077e8729fc.tar.xz |
Merge branch 'master' of /home/opensim/var/repo/opensim into v3_support
Diffstat (limited to 'OpenSim/Region/ClientStack')
-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)); |