From 784e78a9e829172ce520198c261bc9b4106761d4 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 24 Sep 2009 17:21:47 +0100 Subject: minor: make rest (not comm) modules less noisy if they are disabled --- OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs index 13f6426..db62d52 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestHandler.cs @@ -207,7 +207,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory // This plugin will only be enabled if the broader // REST plugin mechanism is enabled. - Rest.Log.InfoFormat("{0} Plugin is initializing", MsgId); + //Rest.Log.InfoFormat("{0} Plugin is initializing", MsgId); base.Initialise(openSim); @@ -216,7 +216,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory if (!IsEnabled) { - Rest.Log.WarnFormat("{0} Plugins are disabled", MsgId); + //Rest.Log.WarnFormat("{0} Plugins are disabled", MsgId); return; } -- cgit v1.1