Commenting out the suppression of console warnings from Mono addins while we test this new model for the next couple of weeks.

sedebug
Diva Canto 2014-12-31 00:01:47 -08:00
parent 462f521eba
commit 998ef665a8
1 changed files with 2 additions and 2 deletions

View File

@ -217,10 +217,10 @@ namespace OpenSim.Framework
clear_registry_(dir); clear_registry_(dir);
suppress_console_output_(true); //suppress_console_output_(true);
AddinManager.Initialize(dir); AddinManager.Initialize(dir);
AddinManager.Registry.Update(null); AddinManager.Registry.Update(null);
suppress_console_output_(false); //suppress_console_output_(false);
} }
private void on_addinloaded_(object sender, AddinEventArgs args) private void on_addinloaded_(object sender, AddinEventArgs args)