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

ThreadPoolClientBranch
Justin Clarke Casey 2008-02-19 20:59:21 +00:00
parent b331e96e25
commit 9a8c19d67b
1 changed files with 5 additions and 1 deletions

View File

@ -299,6 +299,10 @@ namespace OpenSim
// Called from app startup (OpenSim.Application)
//
m_log.Info("========================================================================");
m_log.Info("=========================== STARTING OPENSIM ===========================");
m_log.Info("========================================================================");
m_console = CreateConsole();
MainConsole.Instance = m_console;