Misc: More format string fixes

This commit is contained in:
Stenzek
2024-05-25 15:45:17 +10:00
parent a75e61e1d6
commit 1565a2667d
17 changed files with 33 additions and 32 deletions

View File

@ -710,7 +710,7 @@ int main(int argc, char* argv[])
INFO_LOG("Dumping every {}th frame to '{}'.", s_frame_dump_interval, s_dump_base_directory);
}
INFO_LOG("Running for %d frames...", s_frames_to_run);
INFO_LOG("Running for {} frames...", s_frames_to_run);
System::Execute();
INFO_LOG("Exiting with success.");