mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
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
This commit is contained in:
@@ -298,7 +298,11 @@ 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user