Commenting out the suppression of console warnings from Mono addins while we test this new model for the next couple of weeks.
parent
462f521eba
commit
998ef665a8
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue