Browse Source

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

ppa-0.6.1
practicalswift 7 years ago
committed by Christian Decker
parent
commit
22087dad03
  1. 2
      lightningd/peer_control.c

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

Loading…
Cancel
Save