We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b5350 commit 26a279cCopy full SHA for 26a279c
src/v1/internal/protocol-handshaker.js
@@ -69,7 +69,7 @@ export default class ProtocolHandshaker {
69
readHandshakeResponse(buffer) {
70
const proposedVersion = buffer.readInt32();
71
if (this._log.isDebugEnabled()) {
72
- this._log.debug(`${this} negotiated protocol version ${proposedVersion}`);
+ this._log.debug(`${this._connection} negotiated protocol version ${proposedVersion}`);
73
}
74
return this._createProtocolWithVersion(proposedVersion);
75
0 commit comments