We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb6f2c commit d6bd611Copy full SHA for d6bd611
plugins/xpay/xpay.c
@@ -1774,7 +1774,7 @@ static struct command_result *handle_rpc_command(struct command *cmd,
1774
method_tok = json_get_member(buf, rpc_tok, "method");
1775
params_tok = json_get_member(buf, rpc_tok, "params");
1776
id_tok = json_get_member(buf, rpc_tok, "id");
1777
- plugin_log(cmd->plugin, LOG_INFORM, "Got command %s",
+ plugin_log(cmd->plugin, LOG_DBG, "Got command %s",
1778
json_strdup(tmpctx, buf, method_tok));
1779
1780
if (!json_tok_streq(buf, method_tok, "pay"))
0 commit comments