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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}