aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs
index 2ce5166..9a8aef0 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs
@@ -1272,8 +1272,9 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
1272 1272
1273 if (buffer != null && buffer.Length != 0) 1273 if (buffer != null && buffer.Length != 0)
1274 { 1274 {
1275 Rest.Log.DebugFormat("{0} Entity buffer, length = {1} : <{2}>", 1275 Rest.Log.DebugFormat("{0} Entity buffer, length = {1}", MsgId, buffer.Length);
1276 MsgId, buffer.Length, encoding.GetString(buffer)); 1276 // Rest.Log.DebugFormat("{0} Entity buffer, length = {1} : <{2}>",
1277 // MsgId, buffer.Length, encoding.GetString(buffer));
1277 response.OutputStream.Write(buffer, 0, buffer.Length); 1278 response.OutputStream.Write(buffer, 0, buffer.Length);
1278 } 1279 }
1279 1280