mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
Adjust log level: Warn about ignored fee limits only in debug log
This commit is contained in:
parent
1bd40a8da6
commit
22087dad03
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user