diff options
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index c5ee385..6a7272d 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -361,13 +361,13 @@ namespace OpenSim | |||
361 | m_moduleLoader.InitialiseSharedModules(scene); | 361 | m_moduleLoader.InitialiseSharedModules(scene); |
362 | 362 | ||
363 | // Use this in the future, the line above will be deprecated soon | 363 | // Use this in the future, the line above will be deprecated soon |
364 | m_log.Info("[MODULES]: Loading Region's modules (new style)"); | 364 | m_log.Info("[REGIONMODULES]: Loading Region's modules (new style)"); |
365 | IRegionModulesController controller; | 365 | IRegionModulesController controller; |
366 | if (ApplicationRegistry.TryGet(out controller)) | 366 | if (ApplicationRegistry.TryGet(out controller)) |
367 | { | 367 | { |
368 | controller.AddRegionToModules(scene); | 368 | controller.AddRegionToModules(scene); |
369 | } | 369 | } |
370 | else m_log.Error("[MODULES]: The new RegionModulesController is missing..."); | 370 | else m_log.Error("[REGIONMODULES]: The new RegionModulesController is missing..."); |
371 | 371 | ||
372 | if (m_securePermissionsLoading) | 372 | if (m_securePermissionsLoading) |
373 | { | 373 | { |