From 45fef8589d430fac076e534fdf5635ad4de4cb31 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sun, 1 Jun 2008 01:22:19 +0000 Subject: * Move log version printing up into BaseOpenSimServer --- OpenSim/Region/Application/OpenSim.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'OpenSim/Region/Application/OpenSim.cs') diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 1bed036..1996182 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -82,10 +82,6 @@ namespace OpenSim /// public override void StartUp() { - // - // Called from app startup (OpenSim.Application) - // - m_log.Info("===================================================================="); m_log.Info("========================= STARTING OPENSIM ========================="); m_log.Info("===================================================================="); @@ -93,7 +89,8 @@ namespace OpenSim m_console = CreateConsole(); MainConsole.Instance = m_console; - InternalStartUp(); + + base.StartUp(); //Run Startup Commands if (m_startupCommandsFile != String.Empty) -- cgit v1.1