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. --- .../ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs index bc706f0..42266ce 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestAppearanceServices.cs @@ -65,9 +65,9 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory if (!qPrefix.StartsWith(Rest.UrlPathSeparator)) { - Rest.Log.InfoFormat("{0} Domain is relative, adding absolute prefix", MsgId); + Rest.Log.InfoFormat("{0} Domain is relative, adding absolute prefix", MsgId); qPrefix = String.Format("{0}{1}{2}", Rest.Prefix, Rest.UrlPathSeparator, qPrefix); - Rest.Log.InfoFormat("{0} Domain is now <{1}>", MsgId, qPrefix); + Rest.Log.InfoFormat("{0} Domain is now <{1}>", MsgId, qPrefix); } // Register interface using the absolute URI. @@ -282,7 +282,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory Rest.Log.WarnFormat("{0} Method {1} not supported for {2}", MsgId, rdata.method, rdata.path); rdata.Fail(Rest.HttpStatusCodeMethodNotAllowed, - String.Format("{0} not supported", rdata.method)); + String.Format("{0} not supported", rdata.method)); break; } } @@ -669,7 +669,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory case "VisualParameters" : { xml.ReadContentAsBase64(rdata.userAppearance.VisualParams, - 0,rdata.userAppearance.VisualParams.Length); + 0, rdata.userAppearance.VisualParams.Length); indata = true; } break; -- cgit v1.1