Clean up handshake timeout disconnection log message 2023-04-better-discon-err-msg
authorMatt Corallo <git@bluematt.me>
Fri, 21 Apr 2023 17:18:04 +0000 (17:18 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 21 Apr 2023 17:18:04 +0000 (17:18 +0000)
commit49a366262c9145596d752fa768f6746411e374cf
treea71ba3b7743e90cd3e2962b3fdc212a556ce3ce6
parent61c22c581dd5991777627e1a12538a4257759162
Clean up handshake timeout disconnection log message

It currently reads "disconnected from peer which hasn't completed
handshake due to ping timeout", which is confusing.

Instead, it will now read "disconnected from peer which hasn't
completed handshake due to ping/handshake timeout"
lightning/src/ln/peer_handler.rs