From fbaeb081aa6e66cd560c2883c4a514f489c2e3e8 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sun, 1 Jun 2008 02:02:20 +0000 Subject: * Move most bookending startup/shutdown messages to BaseOpenSimServer so they appear in non-console servers too --- OpenSim/Framework/Console/ConsoleBase.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'OpenSim/Framework/Console') diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index 74e64e3..5d8e5b9 100644 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs @@ -48,13 +48,6 @@ namespace OpenSim.Framework.Console { m_componentName = componentname; m_cmdParser = cmdparser; - - m_log.Info("[" + m_componentName + "]: Started at " + DateTime.Now.ToString()); - } - - public void Close() - { - m_log.Info("[" + m_componentName + "]: Shutdown at " + DateTime.Now.ToString()); } /// -- cgit v1.1