Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gossipd/gossmap_manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ static const char *process_channel_update(const tal_t *ctx,
u32 prev_timestamp
= gossip_store_get_timestamp(gm->gs, chan->cupdate_off[dir]);
if (prev_timestamp >= timestamp) {
status_debug("Too-old update for %s",
status_trace("Too-old update for %s",
fmt_short_channel_id(tmpctx, scid));
/* Too old, ignore */
return NULL;
Expand Down
2 changes: 1 addition & 1 deletion plugins/chanbackup.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ static struct command_result *after_staticbackup(struct command *cmd,
const jsmntok_t *scbs = json_get_member(buf, params, "scb");
struct out_req *req;
json_to_scb_chan(buf, scbs, &scb_chan);
plugin_log(cmd->plugin, LOG_INFORM, "Updating the SCB");
plugin_log(cmd->plugin, LOG_DBG, "Updating the SCB");

update_scb(cmd->plugin, scb_chan);
struct info *info = tal(cmd, struct info);
Expand Down
Loading