diff options
author | Diva Canto | 2015-01-02 21:47:23 -0800 |
---|---|---|
committer | Diva Canto | 2015-01-02 21:47:23 -0800 |
commit | 04e76dc5d695515d56d026b59d38f733f84f6d65 (patch) | |
tree | 87bdc90df8bb30a4937133aa1ad738fd73582de7 /OpenSim/Server/Base/ServerUtils.cs | |
parent | Changed the dll name that comes in Robust.HG.ini.example for Wifi. (diff) | |
download | opensim-SC_OLD-04e76dc5d695515d56d026b59d38f733f84f6d65.zip opensim-SC_OLD-04e76dc5d695515d56d026b59d38f733f84f6d65.tar.gz opensim-SC_OLD-04e76dc5d695515d56d026b59d38f733f84f6d65.tar.bz2 opensim-SC_OLD-04e76dc5d695515d56d026b59d38f733f84f6d65.tar.xz |
Comment out the suppression of console output for mono addins in robust too. Seriously, ppl, let's not ignore important warning messages!
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Server/Base/ServerUtils.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Server/Base/ServerUtils.cs b/OpenSim/Server/Base/ServerUtils.cs index f6d26e4..c384406 100644 --- a/OpenSim/Server/Base/ServerUtils.cs +++ b/OpenSim/Server/Base/ServerUtils.cs | |||
@@ -89,9 +89,9 @@ namespace OpenSim.Server.Base | |||
89 | Config = config; | 89 | Config = config; |
90 | 90 | ||
91 | Registry = new AddinRegistry(registryPath, "."); | 91 | Registry = new AddinRegistry(registryPath, "."); |
92 | suppress_console_output_(true); | 92 | //suppress_console_output_(true); |
93 | AddinManager.Initialize(registryPath); | 93 | AddinManager.Initialize(registryPath); |
94 | suppress_console_output_(false); | 94 | //suppress_console_output_(false); |
95 | AddinManager.Registry.Update(); | 95 | AddinManager.Registry.Update(); |
96 | CommandManager commandmanager = new CommandManager(Registry); | 96 | CommandManager commandmanager = new CommandManager(Registry); |
97 | AddinManager.AddExtensionNodeHandler("/Robust/Connector", OnExtensionChanged); | 97 | AddinManager.AddExtensionNodeHandler("/Robust/Connector", OnExtensionChanged); |