aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
diff options
context:
space:
mode:
authorJeff Ames2008-10-21 14:08:30 +0000
committerJeff Ames2008-10-21 14:08:30 +0000
commit0d4e391f75a8c7f50075245fc57fe78269865efe (patch)
treec2d9f3a7bc6cadda7af60902712dfc4ffce8f69f /OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
parentfixing real cause of #2445 & #2449: Position was <0, 0, 0> for (diff)
downloadopensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.zip
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.gz
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.bz2
opensim-SC_OLD-0d4e391f75a8c7f50075245fc57fe78269865efe.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs2
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