* Move most bookending startup/shutdown messages to BaseOpenSimServer so they appear in non-console servers too

This commit is contained in:
Justin Clarke Casey
2008-06-01 02:02:20 +00:00
parent 15d41c2fc2
commit fbaeb081aa
4 changed files with 6 additions and 31 deletions

View File

@@ -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());
}
/// <summary>