From 49a366262c9145596d752fa768f6746411e374cf Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 21 Apr 2023 17:18:04 +0000 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning/src/ln/peer_handler.rs b/lightning/src/ln/peer_handler.rs index 2fbb22e8..84870143 100644 --- a/lightning/src/ln/peer_handler.rs +++ b/lightning/src/ln/peer_handler.rs @@ -2103,7 +2103,7 @@ impl