fixup! refactor: remove TR_PRIsv macros (#3842) (#3992)

fix: invalid format string passed to fmt::print
This commit is contained in:
Charles Kerr
2022-10-18 14:57:11 -05:00
committed by GitHub
parent 7ee76a604d
commit 4ed61a0a75

View File

@@ -2136,7 +2136,7 @@ static int processResponse(char const* rpcurl, std::string_view response, Config
if (config.json)
{
fmt::print(response);
fmt::print("{:s}\n", response);
return status;
}