aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBackground.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-06-01 01:22:19 +0000
committerJustin Clarke Casey2008-06-01 01:22:19 +0000
commit45fef8589d430fac076e534fdf5635ad4de4cb31 (patch)
treeaf0efd8a4bf1102823a624d92b4732cc32919db3 /OpenSim/Region/Application/OpenSimBackground.cs
parent* Refactor: Split opensim background server into a separate class (diff)
downloadopensim-SC_OLD-45fef8589d430fac076e534fdf5635ad4de4cb31.zip
opensim-SC_OLD-45fef8589d430fac076e534fdf5635ad4de4cb31.tar.gz
opensim-SC_OLD-45fef8589d430fac076e534fdf5635ad4de4cb31.tar.bz2
opensim-SC_OLD-45fef8589d430fac076e534fdf5635ad4de4cb31.tar.xz
* Move log version printing up into BaseOpenSimServer
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Application/OpenSimBackground.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBackground.cs b/OpenSim/Region/Application/OpenSimBackground.cs
index 0c3a0a3..dd618f0 100644
--- a/OpenSim/Region/Application/OpenSimBackground.cs
+++ b/OpenSim/Region/Application/OpenSimBackground.cs
@@ -58,7 +58,7 @@ namespace OpenSim
58 m_log.Info("===================================================================="); 58 m_log.Info("====================================================================");
59 m_log.InfoFormat("[OPENSIM MAIN]: Running in background {0} mode", m_sandbox ? "sandbox" : "grid"); 59 m_log.InfoFormat("[OPENSIM MAIN]: Running in background {0} mode", m_sandbox ? "sandbox" : "grid");
60 60
61 InternalStartUp(); 61 base.StartUp();
62 62
63 // We are done with startup 63 // We are done with startup
64 m_log.InfoFormat("[OPENSIM MAIN]: Startup complete, serving {0} region{1}", 64 m_log.InfoFormat("[OPENSIM MAIN]: Startup complete, serving {0} region{1}",