diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimMain.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 59f7c63..3fba35c 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -300,9 +300,9 @@ namespace OpenSim | |||
300 | // Called from app startup (OpenSim.Application) | 300 | // Called from app startup (OpenSim.Application) |
301 | // | 301 | // |
302 | 302 | ||
303 | m_log.Info("========================================================================"); | 303 | m_log.Info("====================================================================="); |
304 | m_log.Info("=========================== STARTING OPENSIM ==========================="); | 304 | m_log.Info("========================= STARTING OPENSIM =========================="); |
305 | m_log.Info("========================================================================"); | 305 | m_log.Info("====================================================================="); |
306 | 306 | ||
307 | m_console = CreateConsole(); | 307 | m_console = CreateConsole(); |
308 | MainConsole.Instance = m_console; | 308 | MainConsole.Instance = m_console; |