From 9bdfb9034d204fbea25377282f3b2c853a1206ec Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Fri, 24 Apr 2009 07:03:06 +0000 Subject: From: Alan Webb This commit adds RestFileServices to the REST ApplicationPlugin service. --- OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs') 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 if (buffer != null && buffer.Length != 0) { - Rest.Log.DebugFormat("{0} Entity buffer, length = {1} : <{2}>", - MsgId, buffer.Length, encoding.GetString(buffer)); + Rest.Log.DebugFormat("{0} Entity buffer, length = {1}", MsgId, buffer.Length); + // Rest.Log.DebugFormat("{0} Entity buffer, length = {1} : <{2}>", + // MsgId, buffer.Length, encoding.GetString(buffer)); response.OutputStream.Write(buffer, 0, buffer.Length); } -- cgit v1.1