diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs index f9abc49..2af26f2 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs | |||
@@ -56,7 +56,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
56 | 56 | ||
57 | if (Rest.AssetServices == null) | 57 | if (Rest.AssetServices == null) |
58 | throw new Exception(String.Format("{0} OpenSim asset services are not available", | 58 | throw new Exception(String.Format("{0} OpenSim asset services are not available", |
59 | MsgId)); | 59 | MsgId)); |
60 | 60 | ||
61 | // If the handler specifies a relative path for its domain | 61 | // If the handler specifies a relative path for its domain |
62 | // then we must add the standard absolute prefix, e.g. /admin | 62 | // then we must add the standard absolute prefix, e.g. /admin |