From 22087dad039cb7287b9b44de955715d8fd5ac979 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 22 Jan 2018 09:31:49 +0100 Subject: [PATCH] Adjust log level: Warn about ignored fee limits only in debug log --- lightningd/peer_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)