diff --git a/lib/p2p/Peer.ts b/lib/p2p/Peer.ts index c26bae77d..65493dadd 100644 --- a/lib/p2p/Peer.ts +++ b/lib/p2p/Peer.ts @@ -515,7 +515,7 @@ class Peer extends EventEmitter { } this.logger.debug( - `Connection attempt #${retries + 1} to ${this.label}` + + `Connection attempt #${retries + 1} to ${this.label} ` + `failed: ${err.message}. retrying in ${retryDelay / 1000} sec...`, );