aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.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/RestHandler.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/RestHandler.cs4
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