DKIM: avoid use of temporary file for signing
[exim.git] / src / src / smtp_out.c
index 7ade9ba6763014d2c988b3e6b5668f51a74f10f2..e10543b0837b3eb0b235e530b77a66ba5d9ac81e 100644 (file)
@@ -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)