diff --git a/lightningd/peer_control.c b/lightningd/peer_control.c index 9cba687df..63047ef58 100644 --- a/lightningd/peer_control.c +++ b/lightningd/peer_control.c @@ -2091,7 +2091,7 @@ static bool peer_start_channeld(struct peer *peer, /* Warn once. */ if (peer->ld->config.ignore_fee_limits) - log_unusual(peer->log, "Ignoring fee limits!"); + log_debug(peer->log, "Ignoring fee limits!"); initmsg = towire_channel_init(tmpctx, &get_chainparams(peer->ld)