aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Capabilities/Caps.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Capabilities/Caps.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs
index 8061e28..ad3d79d 100644
--- a/OpenSim/Framework/Communications/Capabilities/Caps.cs
+++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs
@@ -269,8 +269,9 @@ namespace OpenSim.Framework.Communications.Capabilities
269 { 269 {
270 response = "<llsd><map><key>folders</key><array>" + response + "</array></map></llsd>"; 270 response = "<llsd><map><key>folders</key><array>" + response + "</array></map></llsd>";
271 } 271 }
272 272
273 //m_log.DebugFormat("[AGENT INVENTORY]: Replying to CAPS fetch inventory request {0}", response); 273 //m_log.DebugFormat("[AGENT INVENTORY]: Replying to CAPS fetch inventory request with following xml");
274 //m_log.Debug(Util.GetFormattedXml(response));
274 275
275 return response; 276 return response;
276 } 277 }
@@ -960,4 +961,4 @@ namespace OpenSim.Framework.Communications.Capabilities
960 } 961 }
961 } 962 }
962 } 963 }
963} \ No newline at end of file 964}