aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
diff options
context:
space:
mode:
authorJeff Ames2008-09-18 16:07:06 +0000
committerJeff Ames2008-09-18 16:07:06 +0000
commitac083becd96c5966e412f94696eab38250d9c179 (patch)
tree5cfa5f1829a7f566d0cb8f15df123b679047e335 /OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
parentcode formatting cleanup. (diff)
downloadopensim-SC_OLD-ac083becd96c5966e412f94696eab38250d9c179.zip
opensim-SC_OLD-ac083becd96c5966e412f94696eab38250d9c179.tar.gz
opensim-SC_OLD-ac083becd96c5966e412f94696eab38250d9c179.tar.bz2
opensim-SC_OLD-ac083becd96c5966e412f94696eab38250d9c179.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to '')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
index 5fd8015..b67922f 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs
@@ -57,9 +57,9 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
57 57
58 if (!qPrefix.StartsWith(Rest.UrlPathSeparator)) 58 if (!qPrefix.StartsWith(Rest.UrlPathSeparator))
59 { 59 {
60 Rest.Log.InfoFormat("{0} Prefixing domain name ({1})", MsgId, qPrefix); 60 Rest.Log.InfoFormat("{0} Prefixing domain name ({1})", MsgId, qPrefix);
61 qPrefix = String.Format("{0}{1}{2}", Rest.Prefix, Rest.UrlPathSeparator, qPrefix); 61 qPrefix = String.Format("{0}{1}{2}", Rest.Prefix, Rest.UrlPathSeparator, qPrefix);
62 Rest.Log.InfoFormat("{0} Fully qualified domain name is <{1}>", MsgId, qPrefix); 62 Rest.Log.InfoFormat("{0} Fully qualified domain name is <{1}>", MsgId, qPrefix);
63 } 63 }
64 64
65 // Register interface using the fully-qualified prefix 65 // Register interface using the fully-qualified prefix