Log: remove the obsolete printf-style functions

This commit is contained in:
Max Kellermann
2021-10-13 16:08:48 +02:00
parent 2fbbd540bb
commit 72f6e018e7
17 changed files with 102 additions and 283 deletions

View File

@@ -434,8 +434,9 @@ AudioOutputControl::Task() noexcept
try {
SetThreadRealtime();
} catch (...) {
Log(LogLevel::INFO, std::current_exception(),
"OutputThread could not get realtime scheduling, continuing anyway");
FmtInfo(output_domain,
"OutputThread could not get realtime scheduling, continuing anyway: %s",
std::current_exception());
}
SetThreadTimerSlack(std::chrono::microseconds(100));