Comment out the suppression of console output for mono addins in robust too. Seriously, ppl, let's not ignore important warning messages!
parent
e643722d7c
commit
04e76dc5d6
|
@ -89,9 +89,9 @@ namespace OpenSim.Server.Base
|
||||||
Config = config;
|
Config = config;
|
||||||
|
|
||||||
Registry = new AddinRegistry(registryPath, ".");
|
Registry = new AddinRegistry(registryPath, ".");
|
||||||
suppress_console_output_(true);
|
//suppress_console_output_(true);
|
||||||
AddinManager.Initialize(registryPath);
|
AddinManager.Initialize(registryPath);
|
||||||
suppress_console_output_(false);
|
//suppress_console_output_(false);
|
||||||
AddinManager.Registry.Update();
|
AddinManager.Registry.Update();
|
||||||
CommandManager commandmanager = new CommandManager(Registry);
|
CommandManager commandmanager = new CommandManager(Registry);
|
||||||
AddinManager.AddExtensionNodeHandler("/Robust/Connector", OnExtensionChanged);
|
AddinManager.AddExtensionNodeHandler("/Robust/Connector", OnExtensionChanged);
|
||||||
|
|
Loading…
Reference in New Issue