OpenSSL: full-chain OCSP stapling. Bug 1466
[exim.git] / src / src / tls.c
index 9c587e55d35e340ed3030da5918ccdaaff79d76e..a541a3c7a3210546aae49bc79435adb0e0623864 100644 (file)
@@ -399,7 +399,7 @@ if (path)
   else if (Ustrncmp(path, spool_directory, Ustrlen(spool_directory)) != 0)
     {
     DEBUG(D_tls)
-      debug_printf("removing env SSLKEYLOGFILE: not under spooldir\n");
+      debug_printf("removing env SSLKEYLOGFILE=%s: not under spooldir\n", path);
     unsetenv("SSLKEYLOGFILE");
     }
 }