diff --git a/core/spdlog/include/spdlog/fmt/bundled/format.h b/core/spdlog/include/spdlog/fmt/bundled/format.h index c758273..6359928 100644 --- a/core/spdlog/include/spdlog/fmt/bundled/format.h +++ b/core/spdlog/include/spdlog/fmt/bundled/format.h @@ -2102,7 +2102,7 @@ FMT_CONSTEXPR FMT_INLINE auto write_int(OutputIt out, write_int_arg arg, case presentation_type::chr: return write_char(out, static_cast(abs_value), specs); default: - throw_format_error("invalid type specifier"); + throw_format_error("format::error invalid type specifier"); } return out; }