diff options
author | Justin Clark-Casey (justincc) | 2009-09-24 17:21:47 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-24 17:21:47 +0100 |
commit | 784e78a9e829172ce520198c261bc9b4106761d4 (patch) | |
tree | a92c8c0a6b264173a8ca4aa87075e8d8331c172c /OpenSim/ApplicationPlugins/Rest/RestPlugin.cs | |
parent | re-enable registration of user service authentication method I accidentally d... (diff) | |
download | opensim-SC_OLD-784e78a9e829172ce520198c261bc9b4106761d4.zip opensim-SC_OLD-784e78a9e829172ce520198c261bc9b4106761d4.tar.gz opensim-SC_OLD-784e78a9e829172ce520198c261bc9b4106761d4.tar.bz2 opensim-SC_OLD-784e78a9e829172ce520198c261bc9b4106761d4.tar.xz |
minor: make rest (not comm) modules less noisy if they are disabled
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/RestPlugin.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/RestPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs index fd23384..ff1502a 100644 --- a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs +++ b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs | |||
@@ -216,7 +216,7 @@ namespace OpenSim.ApplicationPlugins.Rest | |||
216 | 216 | ||
217 | if (!_config.GetBoolean("enabled", false)) | 217 | if (!_config.GetBoolean("enabled", false)) |
218 | { | 218 | { |
219 | m_log.WarnFormat("{0} Rest Plugins are disabled", MsgID); | 219 | //m_log.WarnFormat("{0} Rest Plugins are disabled", MsgID); |
220 | return; | 220 | return; |
221 | } | 221 | } |
222 | 222 | ||