Debug: show error for SMTP read response
[exim.git] / src / src / tls-openssl.c
index 2d36882634901e99a99a13eb2e9fc07455544c59..8018d220bb8d116f18fd53238e3552d38404afeb 100644 (file)
@@ -641,7 +641,7 @@ if (!(dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL)))
 if ((8*DH_size(dh)) > tls_dh_max_bits)
   {
   DEBUG(D_tls)
-    debug_printf("dhparams file %d bits, is > tls_dh_max_bits limit of %d",
+    debug_printf("dhparams file %d bits, is > tls_dh_max_bits limit of %d\n",
         8*DH_size(dh), tls_dh_max_bits);
   }
 else