aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server
diff options
context:
space:
mode:
authorDiva Canto2015-01-02 21:47:23 -0800
committerDiva Canto2015-01-02 21:47:23 -0800
commit04e76dc5d695515d56d026b59d38f733f84f6d65 (patch)
tree87bdc90df8bb30a4937133aa1ad738fd73582de7 /OpenSim/Server
parentChanged the dll name that comes in Robust.HG.ini.example for Wifi. (diff)
downloadopensim-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 'OpenSim/Server')
-rw-r--r--OpenSim/Server/Base/ServerUtils.cs4
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);