From 36ff6aa910874db9e5c408c063d278a16e2255fb Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Fri, 7 Jul 2023 18:12:58 +0200 Subject: [PATCH] log: increase the log for ignore fee to unsual Signed-off-by: Vincenzo Palazzo --- lightningd/channel_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/channel_control.c b/lightningd/channel_control.c index 83d281d5a..27953d55c 100644 --- a/lightningd/channel_control.c +++ b/lightningd/channel_control.c @@ -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,