Skip to content

Commit

Permalink
connection upgraded log space fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb4lint authored May 21, 2024
1 parent 0cd7f70 commit 4118a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smtp-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ class SMTPConnection extends EventEmitter {
user: (this.session.user && this.session.user.username) || this.session.user,
cipher
},
'Connection upgraded to TLS using ',
'Connection upgraded to TLS using',
cipher || 'N/A'
);
this._server.onSecure(this._socket, this.session, err => {
Expand Down

0 comments on commit 4118a0b

Please sign in to comment.