LogBackend: log to stderr (regression fix)
This commit is contained in:
parent
b4d0b23369
commit
102dc123e8
|
@ -147,7 +147,7 @@ LogFinishSysLog() noexcept
|
|||
static void
|
||||
FileLog(const Domain &domain, std::string_view message) noexcept
|
||||
{
|
||||
fmt::print("{}{}: {}\n",
|
||||
fmt::print(stderr, "{}{}: {}\n",
|
||||
enable_timestamp ? log_date() : "",
|
||||
domain.GetName(),
|
||||
StripRight(message));
|
||||
|
|
Loading…
Reference in New Issue