[Logger] Add new line. Remove gren text
This commit is contained in:
parent
69f395e2a7
commit
474d9df014
@ -54,7 +54,7 @@ namespace Components
|
|||||||
const auto msg = std::vformat(fmt, args);
|
const auto msg = std::vformat(fmt, args);
|
||||||
const auto out = std::format("Debug:\n {}\nFile: {}\nLine: {}\n", msg, loc.file_name(), loc.line());
|
const auto out = std::format("Debug:\n {}\nFile: {}\nLine: {}\n", msg, loc.file_name(), loc.line());
|
||||||
#else
|
#else
|
||||||
const auto out = "^2" + std::vformat(fmt, args);
|
const auto out = std::vformat(fmt, args) + "\n";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Logger::MessagePrint(Game::CON_CHANNEL_DONT_FILTER, out);
|
Logger::MessagePrint(Game::CON_CHANNEL_DONT_FILTER, out);
|
||||||
|
Loading…
Reference in New Issue
Block a user