Skip to content

Commit 14c5744

Browse files
davidrohrcuveland
authored andcommitted
Adapt to libfmt 9.1.0
1 parent 4b19e59 commit 14c5744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/base/DataDistLogger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class DataDistLogger {
105105
fmt::format_to(fmt::appender(mLogMessage), "<{:s}> ", sThisThreadName);
106106
}
107107

108-
do_vformat(format, fmt::make_args_checked<Args...>(format, pArgs...));
108+
do_vformat(format, fmt::make_format_args(pArgs...));
109109
}
110110

111111
template<typename... Args>

0 commit comments

Comments
 (0)