X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4e910c01eea401e36044816744691789ef4656fa..42055a338593d66f0abb6eeb6b03f0eaf4439f57:/src/src/smtp_out.c diff --git a/src/src/smtp_out.c b/src/src/smtp_out.c index 7ade9ba67..e10543b08 100644 --- a/src/src/smtp_out.c +++ b/src/src/smtp_out.c @@ -331,7 +331,7 @@ int rc; int n = outblock->ptr - outblock->buffer; HDEBUG(D_transport|D_acl) debug_printf_indent("cmd buf flush %d bytes%s\n", n, - mode == SCMD_MORE ? " (with MORE annotation)" : ""); + mode == SCMD_MORE ? " (more expected)" : ""); #ifdef SUPPORT_TLS if (tls_out.active == outblock->sock)