aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs
diff options
context:
space:
mode:
authorDr Scofield2008-09-24 11:39:08 +0000
committerDr Scofield2008-09-24 11:39:08 +0000
commit201805172fe71b125391700529035835cef340a1 (patch)
treec60bf25591a5af8ce2897366b28ea68dbf4ef98a /OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs
parentMantis #2250 (diff)
downloadopensim-SC_OLD-201805172fe71b125391700529035835cef340a1.zip
opensim-SC_OLD-201805172fe71b125391700529035835cef340a1.tar.gz
opensim-SC_OLD-201805172fe71b125391700529035835cef340a1.tar.bz2
opensim-SC_OLD-201805172fe71b125391700529035835cef340a1.tar.xz
cleanups, fixing REST appearance services.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs2
1 files changed, 1 insertions, 1 deletions
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
1103 // Respond to the client's request, tag the response (for the 1103 // Respond to the client's request, tag the response (for the
1104 // benefit of trace) to indicate the reason. 1104 // benefit of trace) to indicate the reason.
1105 1105
1106 Respond(String.Format("Failure response: ({0}) : {1}", 1106 Respond(String.Format("Failure response: ({0}) : {1} ",
1107 code, Rest.HttpStatusDesc[code])); 1107 code, Rest.HttpStatusDesc[code]));
1108 1108
1109 // Finally initialize and the throw a RestException. All of the 1109 // Finally initialize and the throw a RestException. All of the