aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Capabilities/Caps.cs
diff options
context:
space:
mode:
authordiva2009-03-26 22:21:39 +0000
committerdiva2009-03-26 22:21:39 +0000
commitf2b8691c9c1fbc79663c8a451314d31cd410555b (patch)
tree6c7f4914fa3c6aa2d249717c067d45661b734968 /OpenSim/Framework/Communications/Capabilities/Caps.cs
parentNotecard updates bypassing the regions. (HGStandalone only) (diff)
downloadopensim-SC_OLD-f2b8691c9c1fbc79663c8a451314d31cd410555b.zip
opensim-SC_OLD-f2b8691c9c1fbc79663c8a451314d31cd410555b.tar.gz
opensim-SC_OLD-f2b8691c9c1fbc79663c8a451314d31cd410555b.tar.bz2
opensim-SC_OLD-f2b8691c9c1fbc79663c8a451314d31cd410555b.tar.xz
Forgot to comment an unnecessary log message on my last commit.
Diffstat (limited to 'OpenSim/Framework/Communications/Capabilities/Caps.cs')
-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));