From deb138fd5ff2a4084e2a23c91993d4ceca69492b Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 15 May 2023 10:16:47 +0800 Subject: [PATCH] update --- core/spdlog/include/spdlog/fmt/bundled/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }