From 4118a0bf6fddc98adc498244341a6baa810d119a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1lint=20Szekeres?= Date: Tue, 21 May 2024 08:52:30 +0200 Subject: [PATCH] connection upgraded log space fix --- lib/smtp-connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/smtp-connection.js b/lib/smtp-connection.js index 3c08170..96ec8a4 100644 --- a/lib/smtp-connection.js +++ b/lib/smtp-connection.js @@ -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 => {