diff options
author | UbitUmarov | 2019-12-18 23:26:13 +0000 |
---|---|---|
committer | UbitUmarov | 2019-12-18 23:26:13 +0000 |
commit | 066a6fbaa1ff1a07d181db389a24235fd55e63c9 (patch) | |
tree | 1170f2a63c94be4ab9e12ea571e1c9355fa9f890 /OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | |
parent | missing files (diff) | |
download | opensim-SC-066a6fbaa1ff1a07d181db389a24235fd55e63c9.zip opensim-SC-066a6fbaa1ff1a07d181db389a24235fd55e63c9.tar.gz opensim-SC-066a6fbaa1ff1a07d181db389a24235fd55e63c9.tar.bz2 opensim-SC-066a6fbaa1ff1a07d181db389a24235fd55e63c9.tar.xz |
changes on lludp acks and resends
Diffstat (limited to '')
-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 316d39d..35e18a0 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | |||
@@ -411,7 +411,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
411 | { | 411 | { |
412 | try | 412 | try |
413 | { | 413 | { |
414 | // m_log.Debug("[CAPS]: ScriptTaskInventory Request in region: " + m_regionName); | 414 | //m_log.Debug("[CAPS]: ScriptTaskInventory Request in region: " + m_regionName); |
415 | //m_log.DebugFormat("[CAPS]: request: {0}, path: {1}, param: {2}", request, path, param); | 415 | //m_log.DebugFormat("[CAPS]: request: {0}, path: {1}, param: {2}", request, path, param); |
416 | 416 | ||
417 | Hashtable hash = (Hashtable)LLSD.LLSDDeserialize(Utils.StringToBytes(request)); | 417 | Hashtable hash = (Hashtable)LLSD.LLSDDeserialize(Utils.StringToBytes(request)); |