mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Fixed format string in bench
This commit is contained in:
@@ -128,7 +128,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
if (threads > max_threads)
|
if (threads > max_threads)
|
||||||
{
|
{
|
||||||
throw std::runtime_error(fmt::format("Number of threads exceeds maximum({}})", max_threads));
|
throw std::runtime_error(fmt::format("Number of threads exceeds maximum({})", max_threads));
|
||||||
}
|
}
|
||||||
|
|
||||||
bench_single_threaded(iters);
|
bench_single_threaded(iters);
|
||||||
|
Reference in New Issue
Block a user