diff options
author | Melanie | 2010-12-04 04:36:44 +0100 |
---|---|---|
committer | Melanie | 2010-12-04 04:36:44 +0100 |
commit | bab6b6cd8712afe8ebbe7f43a11118100b691a41 (patch) | |
tree | eca1d73e404b77cbcb9d1932888f17e40ede485f /OpenSim/Region/Application/OpenSimBase.cs | |
parent | Convert the agent asset transactions module to a new style module. (diff) | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC-bab6b6cd8712afe8ebbe7f43a11118100b691a41.zip opensim-SC-bab6b6cd8712afe8ebbe7f43a11118100b691a41.tar.gz opensim-SC-bab6b6cd8712afe8ebbe7f43a11118100b691a41.tar.bz2 opensim-SC-bab6b6cd8712afe8ebbe7f43a11118100b691a41.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to '')
-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..06b4aea 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("[REGIONMODULE]: 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("[REGIONMODULE]: The new RegionModulesController is missing..."); |
371 | 371 | ||
372 | if (m_securePermissionsLoading) | 372 | if (m_securePermissionsLoading) |
373 | { | 373 | { |