Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
channel: don't log scary disconnect message on unowned channels.
We always call channel_fail_transient() on all channels when a peer connects, to clean up any previous connections. However, when we startup, this channel doesn't have an owner yet, resulting in a fairly weird INFO level message. Reported-by: Michael Schmook @mschmook Signed-off-by: Rusty Russell <[email protected]> Changelog-Fixed: `lightningd`: don't log gratuitous "Peer transient failure" message on first connection after restart.
- Loading branch information