aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginService.cs
diff options
context:
space:
mode:
authorDiva Canto2009-12-31 20:51:35 -0800
committerDiva Canto2009-12-31 20:51:35 -0800
commit1387919c204eb66ab6a37eb0fdf0f3c38f0a6813 (patch)
tree0d81478dd2db845a78161a1a0879ae0aee023028 /OpenSim/Services/LLLoginService/LLLoginService.cs
parentMerge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... (diff)
downloadopensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.zip
opensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.tar.gz
opensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.tar.bz2
opensim-SC_OLD-1387919c204eb66ab6a37eb0fdf0f3c38f0a6813.tar.xz
Yes! First test of new login service done still in 2009! Bombs in auth, because the data migration is missing. Will fix it next year...
* HAPPY NEW YEAR!
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginService.cs')
-rw-r--r--OpenSim/Services/LLLoginService/LLLoginService.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginService.cs b/OpenSim/Services/LLLoginService/LLLoginService.cs
index 7d24637..57b703c 100644
--- a/OpenSim/Services/LLLoginService/LLLoginService.cs
+++ b/OpenSim/Services/LLLoginService/LLLoginService.cs
@@ -64,6 +64,8 @@ namespace OpenSim.Services.LLLoginService
64 m_PresenceService = ServerUtils.LoadPlugin<IPresenceService>(presenceService, args); 64 m_PresenceService = ServerUtils.LoadPlugin<IPresenceService>(presenceService, args);
65 m_LocalSimulationService = simService; 65 m_LocalSimulationService = simService;
66 66
67 m_log.DebugFormat("[LLOGIN SERVICE]: Starting...");
68
67 } 69 }
68 70
69 public LLLoginService(IConfigSource config) : this(config, null) 71 public LLLoginService(IConfigSource config) : this(config, null)