From ac083becd96c5966e412f94696eab38250d9c179 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 18 Sep 2008 16:07:06 +0000 Subject: Update svn properties, minor formatting cleanup. --- OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAssetServices.cs') 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 if (!qPrefix.StartsWith(Rest.UrlPathSeparator)) { - Rest.Log.InfoFormat("{0} Prefixing domain name ({1})", MsgId, qPrefix); + Rest.Log.InfoFormat("{0} Prefixing domain name ({1})", MsgId, qPrefix); qPrefix = String.Format("{0}{1}{2}", Rest.Prefix, Rest.UrlPathSeparator, qPrefix); - Rest.Log.InfoFormat("{0} Fully qualified domain name is <{1}>", MsgId, qPrefix); + Rest.Log.InfoFormat("{0} Fully qualified domain name is <{1}>", MsgId, qPrefix); } // Register interface using the fully-qualified prefix -- cgit v1.1