diff --git a/include/fggl/debug/impl/logging_fmt.hpp b/include/fggl/debug/impl/logging_fmt.hpp index 68ef08eb8b76a583b8e2eb908a7d3b1473fb7e00..762ab3b4bc66f28ca5e118873acb85693277a922 100644 --- a/include/fggl/debug/impl/logging_fmt.hpp +++ b/include/fggl/debug/impl/logging_fmt.hpp @@ -63,7 +63,7 @@ namespace fggl::debug { template<typename S, typename... Args> void logf(const char *file, int line, const S &format, Args &&... args) { - vlog(file, line, format, fmt::make_args_checked<Args...>(format, args...)); + vlog(file, line, format, fmt::make_format_args(format, args...)); } #define info_va(format, ...) \