mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-29 09:58:05 +00:00
vformat... oops!
This commit is contained in:
@@ -447,7 +447,7 @@ void FmtLogMessageImpl(Class log_class, Level log_level, const char* filename, u
|
||||
if (flush) backend.Flush();
|
||||
});
|
||||
} else {
|
||||
std::string s = fmt::format(format, args);
|
||||
std::string s = fmt::vformat(format, args);
|
||||
e.message = s.c_str();
|
||||
e.message_len = s.size();
|
||||
logging_instance->ForEachBackend([=](Backend& backend) {
|
||||
|
||||
Reference in New Issue
Block a user