From 9a8c19d67b592263237d39a696e348cd144e1122 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 19 Feb 2008 20:59:21 +0000 Subject: 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 --- OpenSim/Region/Application/OpenSimMain.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'OpenSim/Region') 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 // // Called from app startup (OpenSim.Application) // - + + m_log.Info("========================================================================"); + m_log.Info("=========================== STARTING OPENSIM ==========================="); + m_log.Info("========================================================================"); + m_console = CreateConsole(); MainConsole.Instance = m_console; -- cgit v1.1