diff options
author | Dr Scofield | 2008-09-24 11:39:08 +0000 |
---|---|---|
committer | Dr Scofield | 2008-09-24 11:39:08 +0000 |
commit | 201805172fe71b125391700529035835cef340a1 (patch) | |
tree | c60bf25591a5af8ce2897366b28ea68dbf4ef98a /OpenSim/ApplicationPlugins/Rest/Inventory/RequestData.cs | |
parent | Mantis #2250 (diff) | |
download | opensim-SC-201805172fe71b125391700529035835cef340a1.zip opensim-SC-201805172fe71b125391700529035835cef340a1.tar.gz opensim-SC-201805172fe71b125391700529035835cef340a1.tar.bz2 opensim-SC-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.cs | 2 |
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 |