Logs: color notice

This commit is contained in:
Ivan Chikish 2023-07-30 12:09:58 +03:00
parent 005add7e97
commit 6e6b8c0495

View file

@ -520,7 +520,7 @@ void _orbis_log_print(LogLevel lvl, std::string_view msg,
color = "\e[0;33m";
break;
case LogLevel::Notice:
color = "";
color = "\e[0;36m";
break;
case LogLevel::Trace:
color = "";