diff options
author | Dr Scofield | 2008-09-18 15:49:52 +0000 |
---|---|---|
committer | Dr Scofield | 2008-09-18 15:49:52 +0000 |
commit | 978b8af77702f1e2129ad18e247273a8dd20778d (patch) | |
tree | 423d9f85844f4b5d79044fc95e1973369aa1c626 /OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs | |
parent | adds support to delete a region completely and offers that (diff) | |
download | opensim-SC-978b8af77702f1e2129ad18e247273a8dd20778d.zip opensim-SC-978b8af77702f1e2129ad18e247273a8dd20778d.tar.gz opensim-SC-978b8af77702f1e2129ad18e247273a8dd20778d.tar.bz2 opensim-SC-978b8af77702f1e2129ad18e247273a8dd20778d.tar.xz |
Adds REST interface for setting avatar appearance. cleans up a couple
of places in the REST inventory code.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs index aba7357..8d28dd6 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs | |||
@@ -58,7 +58,9 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
58 | 58 | ||
59 | if (!qPrefix.StartsWith(Rest.UrlPathSeparator)) | 59 | if (!qPrefix.StartsWith(Rest.UrlPathSeparator)) |
60 | { | 60 | { |
61 | qPrefix = Rest.Prefix + Rest.UrlPathSeparator + qPrefix; | 61 | Rest.Log.InfoFormat("{0} Domain is relative, adding absolute prefix", MsgId); |
62 | qPrefix = String.Format("{0}{1}{2}", Rest.Prefix, Rest.UrlPathSeparator, qPrefix); | ||
63 | Rest.Log.InfoFormat("{0} Domain is now <{1}>", MsgId, qPrefix); | ||
62 | } | 64 | } |
63 | 65 | ||
64 | // Load test cases | 66 | // Load test cases |