aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index c59106f..7461006 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -298,7 +298,11 @@ namespace OpenSim
298 // 298 //
299 // Called from app startup (OpenSim.Application) 299 // Called from app startup (OpenSim.Application)
300 // 300 //
301 301
302 m_log.Info("========================================================================");
303 m_log.Info("=========================== STARTING OPENSIM ===========================");
304 m_log.Info("========================================================================");
305
302 m_console = CreateConsole(); 306 m_console = CreateConsole();
303 MainConsole.Instance = m_console; 307 MainConsole.Instance = m_console;
304 308