mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Assume White as a console color just means "default", and don't use it.
This helps reduce confusion for linux people that have white background terminals.
This commit is contained in:
@@ -244,7 +244,9 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
try
|
||||
{
|
||||
System.Console.ForegroundColor = color;
|
||||
if (color != ConsoleColor.White)
|
||||
System.Console.ForegroundColor = color;
|
||||
|
||||
System.Console.WriteLine(format, args);
|
||||
System.Console.ResetColor();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user