mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +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/ConsoleBase.cs
Normal file → Executable file
2
OpenSim/Framework/Console/ConsoleBase.cs
Normal file → Executable file
@@ -73,7 +73,7 @@ namespace OpenSim.Framework.Console
|
||||
|
||||
public virtual void Output(string text)
|
||||
{
|
||||
System.Console.Write(text);
|
||||
System.Console.WriteLine(text);
|
||||
}
|
||||
|
||||
public string CmdPrompt(string p)
|
||||
|
||||
Reference in New Issue
Block a user