Adjust log level: Warn about ignored fee limits only in debug log

This commit is contained in:
practicalswift 2018-01-22 09:31:49 +01:00 committed by Christian Decker
parent 1bd40a8da6
commit 22087dad03

View File

@ -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)