mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Remove the pre-log4net, discrete output methods from the consoles
This commit is contained in:
@@ -124,7 +124,7 @@ namespace OpenSim.Framework.Console
|
||||
/// </summary>
|
||||
public void ShowHelp(ConsoleBase console)
|
||||
{
|
||||
console.Notice(String.Join(" ", m_cmdText) + " - " + m_helpText);
|
||||
console.Output(String.Join(" ", m_cmdText) + " - " + m_helpText);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user