mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Massive console refactor. Greatly simplify interface.
This commit is contained in:
@@ -256,13 +256,13 @@ namespace OpenSim.Region.OptionalModules.PhysicsParameters
|
||||
private void WriteOut(string msg, params object[] args)
|
||||
{
|
||||
// m_log.InfoFormat(msg, args);
|
||||
MainConsole.Instance.OutputFormat(msg, args);
|
||||
MainConsole.Instance.Output(msg, null, args);
|
||||
}
|
||||
|
||||
private void WriteError(string msg, params object[] args)
|
||||
{
|
||||
// m_log.ErrorFormat(msg, args);
|
||||
MainConsole.Instance.OutputFormat(msg, args);
|
||||
MainConsole.Instance.Output(msg, null, args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user