mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-17 01:22:25 +00:00
Add console color for MySQL Error logging
This commit is contained in:
parent
99dc83a9fd
commit
9546023101
@ -126,6 +126,7 @@ uint16 EQEmuLogSys::GetConsoleColorFromCategory(uint16 log_category){
|
||||
return Console::Color::Yellow;
|
||||
case Logs::Normal:
|
||||
return Console::Color::Yellow;
|
||||
case Logs::MySQLError:
|
||||
case Logs::Error:
|
||||
return Console::Color::LightRed;
|
||||
case Logs::Debug:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user