mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-04 07:40:42 -07:00
troubleshooter: update formatting (#490)
## Link to GitHub Issue, if one exists n/a ## Description of change Make the text color cyan to make the messages stand out. ## Testing Verified in terminal.
This commit is contained in:
@@ -12,7 +12,8 @@ namespace logger {
|
||||
DEFAULT = 0,
|
||||
GREY = 1,
|
||||
YELLOW = 2,
|
||||
RED = 3
|
||||
RED = 3,
|
||||
SPECIAL = 4,
|
||||
};
|
||||
|
||||
void start();
|
||||
|
||||
Reference in New Issue
Block a user