diff --git a/src/debug.cpp b/src/debug.cpp --- a/src/debug.cpp +++ b/src/debug.cpp @@ -95,7 +95,7 @@ void DumpDebugFacilityNames(std::back_in } else { fmt::format_to(output_iterator, ", "); } - fmt::format_to(output_iterator, i->name); + fmt::format_to(output_iterator, "{}", i->name); written = true; } if (written) {