Browse Source

Onboarding: Adjust log level for common non-fatal peer state condition from info to debug

ppa-0.6.1
practicalswift 7 years ago
committed by Rusty Russell
parent
commit
b91556283b
  1. 2
      lightningd/peer_control.c

2
lightningd/peer_control.c

@ -1519,7 +1519,7 @@ static enum watch_result funding_lockin_cb(struct peer *peer,
* from accepting openingd or disconnected: just wait for next one. */
peer_ready = (peer->owner && peer->state == CHANNELD_AWAITING_LOCKIN);
if (!peer_ready) {
log_unusual(peer->log,
log_debug(peer->log,
"Funding tx confirmed, but peer state %s %s",
peer_state_name(peer->state),
peer->owner ? peer->owner->name : "unowned");

Loading…
Cancel
Save