openchannel: add missing string args to format string

Oops
This commit is contained in:
niftynei
2021-04-21 15:54:06 -05:00
committed by Rusty Russell
parent 56e8d75dbb
commit 916edaa839

View File

@@ -543,7 +543,7 @@ static void json_peer_sigs(struct command *cmd,
JSON_SCAN_TAL(cmd, json_to_psbt, &psbt));
if (err)
plugin_err(cmd->plugin,
"`openchannel_peer_sigs` did not scan: %s",
"`openchannel_peer_sigs` did not scan: %s. %*.s",
err, json_tok_full_len(params),
json_tok_full(buf, params));