aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authoronefang2019-08-05 04:18:18 +1000
committeronefang2019-08-05 04:18:18 +1000
commiteda035228d8206fd593cfd0ab98cf3c84229a365 (patch)
tree409fac0d741ceb5dc427577cf91c8d8f1a94fba9 /OpenSim
parentLimits -= 2 (diff)
downloadopensim-SC_OLD-eda035228d8206fd593cfd0ab98cf3c84229a365.zip
opensim-SC_OLD-eda035228d8206fd593cfd0ab98cf3c84229a365.tar.gz
opensim-SC_OLD-eda035228d8206fd593cfd0ab98cf3c84229a365.tar.bz2
opensim-SC_OLD-eda035228d8206fd593cfd0ab98cf3c84229a365.tar.xz
ROBUST now reports INITIALIZATION COMPLETE FOR ROBUST.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Server/ServerMain.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Server/ServerMain.cs b/OpenSim/Server/ServerMain.cs
index 69d0b74..30e9297 100644
--- a/OpenSim/Server/ServerMain.cs
+++ b/OpenSim/Server/ServerMain.cs
@@ -159,6 +159,8 @@ namespace OpenSim.Server
159 159
160 loader = new PluginLoader(m_Server.Config, registryLocation); 160 loader = new PluginLoader(m_Server.Config, registryLocation);
161 161
162 m_log.InfoFormat("[SERVER]: INITIALIZATION COMPLETE FOR ROBUST");
163
162 int res = m_Server.Run(); 164 int res = m_Server.Run();
163 165
164 if(m_Server != null) 166 if(m_Server != null)