aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-01 20:28:00 +0000
committerJustin Clarke Casey2008-12-01 20:28:00 +0000
commit18ba6c35105fcddbd5a8abedb8f70f67c3033aa1 (patch)
tree72161dae4893f53399d539ace5c40e11a27a2b73 /OpenSim/ApplicationPlugins/Rest
parent* Assume that asset data in a reset inventory post is not inlined by default (diff)
downloadopensim-SC_OLD-18ba6c35105fcddbd5a8abedb8f70f67c3033aa1.zip
opensim-SC_OLD-18ba6c35105fcddbd5a8abedb8f70f67c3033aa1.tar.gz
opensim-SC_OLD-18ba6c35105fcddbd5a8abedb8f70f67c3033aa1.tar.bz2
opensim-SC_OLD-18ba6c35105fcddbd5a8abedb8f70f67c3033aa1.tar.xz
* minor: A few tiny bits of documentation and log message cleanup before starting something different
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/RestPlugin.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
index 3fb9662..ba0d2d1 100644
--- a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
+++ b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs
@@ -232,7 +232,6 @@ namespace OpenSim.ApplicationPlugins.Rest
232 // Get plugin specific config 232 // Get plugin specific config
233 _pluginConfig = openSim.ConfigSource.Source.Configs[ConfigName]; 233 _pluginConfig = openSim.ConfigSource.Source.Configs[ConfigName];
234 234
235
236 m_log.InfoFormat("{0} Rest Plugins Enabled", MsgID); 235 m_log.InfoFormat("{0} Rest Plugins Enabled", MsgID);
237 } 236 }
238 catch (Exception e) 237 catch (Exception e)