From 1c0df5e40f7452a85e32be47b08a7da691f034a3 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 3 Feb 2009 20:16:15 +0000 Subject: [PATCH] * Address http://opensimulator.org/mantis/view.php?id=3076 by actually eliminating the redundant enable = true commented example * Comment out some startup verbosity from the module if we haven't enabled it --- .../Environment/Modules/Avatar/Concierge/ConciergeModule.cs | 4 ++-- bin/OpenSim.ini.example | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs b/OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs index 6e2bf53e4e..7cfe2f92a4 100644 --- a/OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs +++ b/OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs @@ -82,13 +82,13 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge { if ((_config = config.Configs["Concierge"]) == null) { - _log.InfoFormat("[Concierge]: no configuration section [Concierge] in OpenSim.ini: module not configured"); + //_log.InfoFormat("[Concierge]: no configuration section [Concierge] in OpenSim.ini: module not configured"); return; } if (!_config.GetBoolean("enabled", false)) { - _log.InfoFormat("[Concierge]: module disabled by OpenSim.ini configuration"); + //_log.InfoFormat("[Concierge]: module disabled by OpenSim.ini configuration"); return; } } diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f08061014b..532a710216 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -968,7 +968,8 @@ InterregionComms = "RESTComms" [Concierge] - ; enable = true + ; Enable concierge module + ; Default is false enabled = false ; name of the concierge