Skip to content

Commit 4118a0b

Browse files
authored
connection upgraded log space fix
1 parent 0cd7f70 commit 4118a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/smtp-connection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ class SMTPConnection extends EventEmitter {
14611461
user: (this.session.user && this.session.user.username) || this.session.user,
14621462
cipher
14631463
},
1464-
'Connection upgraded to TLS using ',
1464+
'Connection upgraded to TLS using',
14651465
cipher || 'N/A'
14661466
);
14671467
this._server.onSecure(this._socket, this.session, err => {

0 commit comments

Comments
 (0)