diff options
-rw-r--r-- | OpenSim/Region/Environment/Modules/Avatar/Concierge/ConciergeModule.cs | 4 | ||||
-rw-r--r-- | 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 6e2bf53..7cfe2f9 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 | |||
82 | { | 82 | { |
83 | if ((_config = config.Configs["Concierge"]) == null) | 83 | if ((_config = config.Configs["Concierge"]) == null) |
84 | { | 84 | { |
85 | _log.InfoFormat("[Concierge]: no configuration section [Concierge] in OpenSim.ini: module not configured"); | 85 | //_log.InfoFormat("[Concierge]: no configuration section [Concierge] in OpenSim.ini: module not configured"); |
86 | return; | 86 | return; |
87 | } | 87 | } |
88 | 88 | ||
89 | if (!_config.GetBoolean("enabled", false)) | 89 | if (!_config.GetBoolean("enabled", false)) |
90 | { | 90 | { |
91 | _log.InfoFormat("[Concierge]: module disabled by OpenSim.ini configuration"); | 91 | //_log.InfoFormat("[Concierge]: module disabled by OpenSim.ini configuration"); |
92 | return; | 92 | return; |
93 | } | 93 | } |
94 | } | 94 | } |
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f080610..532a710 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -968,7 +968,8 @@ InterregionComms = "RESTComms" | |||
968 | 968 | ||
969 | 969 | ||
970 | [Concierge] | 970 | [Concierge] |
971 | ; enable = true | 971 | ; Enable concierge module |
972 | ; Default is false | ||
972 | enabled = false | 973 | enabled = false |
973 | 974 | ||
974 | ; name of the concierge | 975 | ; name of the concierge |