diff options
author | Justin Clarke Casey | 2008-02-19 20:59:21 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-19 20:59:21 +0000 |
commit | 9a8c19d67b592263237d39a696e348cd144e1122 (patch) | |
tree | 34bf5766a20773133d6d5615a9d854e0f74d66f9 /OpenSim/Region/Application | |
parent | Remove "Loading inventory" messages from item inventory loads (diff) | |
download | opensim-SC_OLD-9a8c19d67b592263237d39a696e348cd144e1122.zip opensim-SC_OLD-9a8c19d67b592263237d39a696e348cd144e1122.tar.gz opensim-SC_OLD-9a8c19d67b592263237d39a696e348cd144e1122.tar.bz2 opensim-SC_OLD-9a8c19d67b592263237d39a696e348cd144e1122.tar.xz |
Putting in eyecatcher lines on OpenSim start as we had previously. This makes it easier to pick out a restart of OpenSim in an appended log file
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 6 |
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 | ||