formatting

This commit is contained in:
staviq 2023-09-16 20:37:38 +02:00
parent 130f5fb1ed
commit 9f630c6681

View file

@ -149,7 +149,11 @@ class LogStateWrapper
}
else
{
std::fprintf(stderr, "Failed to open logfile '%s' with error '%s'\n", _filename.c_str(), std::strerror(errno));
std::fprintf(
stderr,
"Failed to open logfile '%s' with error '%s'\n",
_filename.c_str(), std::strerror(errno)
);
std::fflush(stderr);
_handle = stderr;
}