mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 02:39:52 +08:00
Console output no longer requires loglevel to be set to info; you can run the simulator with log level WARN or ERROR and see the output of console commands
Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
2
OpenSim/Framework/Console/ConsolePluginCommand.cs
Normal file → Executable file
2
OpenSim/Framework/Console/ConsolePluginCommand.cs
Normal file → Executable file
@@ -124,7 +124,7 @@ namespace OpenSim.Framework.Console
|
||||
/// </summary>
|
||||
public void ShowHelp(ConsoleBase console)
|
||||
{
|
||||
console.Output(String.Join(" ", m_cmdText) + " - " + m_helpText);
|
||||
console.Output(String.Join(" ", m_cmdText) + " - " + m_helpText + "\n");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user