From 201805172fe71b125391700529035835cef340a1 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Wed, 24 Sep 2008 11:39:08 +0000 Subject: cleanups, fixing REST appearance services. --- OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 972d840..12caf81 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs @@ -1103,7 +1103,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory // Respond to the client's request, tag the response (for the // benefit of trace) to indicate the reason. - Respond(String.Format("Failure response: ({0}) : {1}", + Respond(String.Format("Failure response: ({0}) : {1} ", code, Rest.HttpStatusDesc[code])); // Finally initialize and the throw a RestException. All of the -- cgit v1.1