event/Thread, ...: fix printf->libfmt remains

This commit is contained in:
Max Kellermann
2021-10-19 13:19:04 +02:00
parent 0a9bec3754
commit 070c03dbf7
4 changed files with 5 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ EventThread::Run() noexcept
SetThreadRealtime();
} catch (...) {
FmtInfo(event_domain,
"RTIOThread could not get realtime scheduling, continuing anyway: %s",
"RTIOThread could not get realtime scheduling, continuing anyway: {}",
std::current_exception());
}
}