Skip to content

Commit d6bd611

Browse files
1marustyrussell
authored andcommitted
Changelog-Fixed: xpay no longer logs "Got command" at info level.
1 parent dcb6f2c commit d6bd611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/xpay/xpay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ static struct command_result *handle_rpc_command(struct command *cmd,
17741774
method_tok = json_get_member(buf, rpc_tok, "method");
17751775
params_tok = json_get_member(buf, rpc_tok, "params");
17761776
id_tok = json_get_member(buf, rpc_tok, "id");
1777-
plugin_log(cmd->plugin, LOG_INFORM, "Got command %s",
1777+
plugin_log(cmd->plugin, LOG_DBG, "Got command %s",
17781778
json_strdup(tmpctx, buf, method_tok));
17791779

17801780
if (!json_tok_streq(buf, method_tok, "pay"))

0 commit comments

Comments
 (0)