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
parent
b331e96e25
commit
9a8c19d67b
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue