Skip to content

Commit

Permalink
log: increase the log for ignore fee to unsual
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo authored and rustyrussell committed Jul 10, 2023
1 parent 77d787b commit 36ff6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightningd/channel_control.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ bool peer_start_channeld(struct channel *channel,

/* Warn once. */
if (ld->config.ignore_fee_limits)
log_debug(channel->log, "Ignoring fee limits!");
log_unusual(channel->log, "Ignoring fee limits!");

if (!wallet_remote_ann_sigs_load(tmpctx, channel->peer->ld->wallet,
channel->dbid,
Expand Down

0 comments on commit 36ff6aa

Please sign in to comment.