We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73ec4b commit 97c0d1aCopy full SHA for 97c0d1a
lib/p2p/Peer.ts
@@ -512,7 +512,7 @@ class Peer extends EventEmitter {
512
}
513
514
this.logger.debug(
515
- `Connection attempt #${retries + 1} to peer (${addressUtils.toString(this.address)}) ` +
+ `Connection attempt #${retries + 1} to peer ${this.expectedNodePubKey}@${addressUtils.toString(this.address)} ` +
516
`failed: ${err.message}. retrying in ${retryDelay / 1000} sec...`,
517
);
518
0 commit comments