Skip to content

Commit

Permalink
Changelog-Fixed: xpay no longer logs "Got command" at info level.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Dec 13, 2024
1 parent dcb6f2c commit 50320db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/xpay/xpay.c
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ static struct command_result *handle_rpc_command(struct command *cmd,
method_tok = json_get_member(buf, rpc_tok, "method");
params_tok = json_get_member(buf, rpc_tok, "params");
id_tok = json_get_member(buf, rpc_tok, "id");
plugin_log(cmd->plugin, LOG_INFORM, "Got command %s",
plugin_log(cmd->plugin, LOG_DBG, "Got command %s",
json_strdup(tmpctx, buf, method_tok));

if (!json_tok_streq(buf, method_tok, "pay"))
Expand Down

0 comments on commit 50320db

Please sign in to comment.