X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ftls.c;h=a541a3c7a3210546aae49bc79435adb0e0623864;hb=c895de68398ece932fb371f527e24ce233f6ac7b;hp=9c587e55d35e340ed3030da5918ccdaaff79d76e;hpb=2e5d9e711eef27badbff206e17238661d14cc7c2;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/tls.c b/src/src/tls.c index 9c587e55d..a541a3c7a 100644 --- a/src/src/tls.c +++ b/src/src/tls.c @@ -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"); } }