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/RestHandler.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs index 126b757..fd4c295 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs @@ -264,8 +264,8 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory if (Rest.Prefix.Substring(0,1) != Rest.UrlPathSeparator) { - Rest.Log.WarnFormat("{0} Prefix <{1}> is not absolute and must be", MsgId, Rest.Prefix); - Rest.Log.InfoFormat("{0} Prefix changed to ", MsgId, Rest.Prefix); + Rest.Log.WarnFormat("{0} Prefix <{1}> is not absolute and must be", MsgId, Rest.Prefix); + Rest.Log.InfoFormat("{0} Prefix changed to ", MsgId, Rest.Prefix); Rest.Prefix = String.Format("{0}{1}", Rest.UrlPathSeparator, Rest.Prefix); } -- cgit v1.1