features.h; tls_validate_require_cipher: log flag & tests
[exim.git] / src / src / readconf.c
index 3235d4556a4ceaf941d2cb0095cb6728c0459a2b..c3ffe4f824625c7cb853f5f433dc539f1be4dcdf 100644 (file)
@@ -2824,7 +2824,7 @@ do {
   rc = waitpid(pid, &status, 0);
 } while (rc < 0 && errno == EINTR);
 
-DEBUG(D_all)
+DEBUG(D_tls)
   debug_printf("tls_validate_require_cipher child %d ended: status=0x%x\n",
       (int)pid, status);