Skip to content

Commit

Permalink
Merge pull request #210 from 0xb4lint/master
Browse files Browse the repository at this point in the history
Connection upgraded log space fix
  • Loading branch information
andris9 authored May 21, 2024
2 parents 0cd7f70 + 4118a0b commit daf7007
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 daf7007

Please sign in to comment.