mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
From: Alan M Webb <awebb@vnet.ibm.com>
This patch just tightens up console handling in BasOpenSimServer and removes (or redirects) a couple of messages that were being issued using Console.Writeline.
This commit is contained in:
@@ -49,8 +49,6 @@ namespace OpenSim.Framework.Console
|
||||
m_componentName = componentname;
|
||||
m_cmdParser = cmdparser;
|
||||
|
||||
System.Console.WriteLine("Creating new local console");
|
||||
|
||||
m_log.Info("[" + m_componentName + "]: Started at " + DateTime.Now.ToString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user