[BASE] Use FlushAllSinks instead of inline loop

This commit is contained in:
Adrian
2026-05-20 19:19:04 +01:00
committed by Radosław Gliński
parent a11908fa76
commit b2aa8b200a

View File

@@ -389,9 +389,7 @@ class Logger {
desired_count = 1;
if (cvars::flush_log) {
for (const auto& sink : sinks_) {
sink->Flush();
}
FlushAllSinks();
}
idle_loops = 0;