diff options
author | Justin Clarke Casey | 2008-12-01 20:28:00 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-01 20:28:00 +0000 |
commit | 18ba6c35105fcddbd5a8abedb8f70f67c3033aa1 (patch) | |
tree | 72161dae4893f53399d539ace5c40e11a27a2b73 /OpenSim/ApplicationPlugins/Rest | |
parent | * Assume that asset data in a reset inventory post is not inlined by default (diff) | |
download | opensim-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.cs | 1 |
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) |