diff options
author | Jeff Ames | 2008-09-18 16:07:06 +0000 |
---|---|---|
committer | Jeff Ames | 2008-09-18 16:07:06 +0000 |
commit | ac083becd96c5966e412f94696eab38250d9c179 (patch) | |
tree | 5cfa5f1829a7f566d0cb8f15df123b679047e335 /OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | |
parent | code formatting cleanup. (diff) | |
download | opensim-SC-ac083becd96c5966e412f94696eab38250d9c179.zip opensim-SC-ac083becd96c5966e412f94696eab38250d9c179.tar.gz opensim-SC-ac083becd96c5966e412f94696eab38250d9c179.tar.bz2 opensim-SC-ac083becd96c5966e412f94696eab38250d9c179.tar.xz |
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
264 | 264 | ||
265 | if (Rest.Prefix.Substring(0,1) != Rest.UrlPathSeparator) | 265 | if (Rest.Prefix.Substring(0,1) != Rest.UrlPathSeparator) |
266 | { | 266 | { |
267 | Rest.Log.WarnFormat("{0} Prefix <{1}> is not absolute and must be", MsgId, Rest.Prefix); | 267 | Rest.Log.WarnFormat("{0} Prefix <{1}> is not absolute and must be", MsgId, Rest.Prefix); |
268 | Rest.Log.InfoFormat("{0} Prefix changed to </{1}>", MsgId, Rest.Prefix); | 268 | Rest.Log.InfoFormat("{0} Prefix changed to </{1}>", MsgId, Rest.Prefix); |
269 | Rest.Prefix = String.Format("{0}{1}", Rest.UrlPathSeparator, Rest.Prefix); | 269 | Rest.Prefix = String.Format("{0}{1}", Rest.UrlPathSeparator, Rest.Prefix); |
270 | } | 270 | } |
271 | 271 | ||