aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Capabilities/Caps.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs
index db58975..94614a1 100644
--- a/OpenSim/Framework/Communications/Capabilities/Caps.cs
+++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs
@@ -630,8 +630,8 @@ namespace OpenSim.Framework.Communications.Capabilities
630 public string NoteCardAgentInventory(string request, string path, string param, 630 public string NoteCardAgentInventory(string request, string path, string param,
631 OSHttpRequest httpRequest, OSHttpResponse httpResponse) 631 OSHttpRequest httpRequest, OSHttpResponse httpResponse)
632 { 632 {
633 m_log.Debug("[CAPS]: NoteCardAgentInventory Request in region: " + m_regionName + "\n" + request); 633 //m_log.Debug("[CAPS]: NoteCardAgentInventory Request in region: " + m_regionName + "\n" + request);
634 m_log.Debug("[CAPS]: NoteCardAgentInventory Request is: " + request); 634 //m_log.Debug("[CAPS]: NoteCardAgentInventory Request is: " + request);
635 635
636 //OpenMetaverse.StructuredData.OSDMap hash = (OpenMetaverse.StructuredData.OSDMap)OpenMetaverse.StructuredData.LLSDParser.DeserializeBinary(Utils.StringToBytes(request)); 636 //OpenMetaverse.StructuredData.OSDMap hash = (OpenMetaverse.StructuredData.OSDMap)OpenMetaverse.StructuredData.LLSDParser.DeserializeBinary(Utils.StringToBytes(request));
637 Hashtable hash = (Hashtable) LLSD.LLSDDeserialize(Utils.StringToBytes(request)); 637 Hashtable hash = (Hashtable) LLSD.LLSDDeserialize(Utils.StringToBytes(request));