From 998ef665a850f29335195284ed40c523b8e30c0d Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Wed, 31 Dec 2014 00:01:47 -0800 Subject: Commenting out the suppression of console warnings from Mono addins while we test this new model for the next couple of weeks. --- OpenSim/Framework/PluginLoader.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Framework/PluginLoader.cs b/OpenSim/Framework/PluginLoader.cs index a2bf9f3..ae551a0 100644 --- a/OpenSim/Framework/PluginLoader.cs +++ b/OpenSim/Framework/PluginLoader.cs @@ -217,10 +217,10 @@ namespace OpenSim.Framework clear_registry_(dir); - suppress_console_output_(true); + //suppress_console_output_(true); AddinManager.Initialize(dir); AddinManager.Registry.Update(null); - suppress_console_output_(false); + //suppress_console_output_(false); } private void on_addinloaded_(object sender, AddinEventArgs args) -- cgit v1.1