Drain socket to get clean TCP FINs
[exim.git] / src / src / tls-openssl.c
index 64dcab600183b448e86a2a734f8fde38d3e89bc4..d9db7243f135bca82bbda77d675a70afe3b77e82 100644 (file)
@@ -2504,7 +2504,7 @@ if (*fdp < 0) return;  /* TLS was not active */
 
 if (shutdown)
   {
-  DEBUG(D_tls) debug_printf("tls_close(): shutting down SSL\n");
+  DEBUG(D_tls) debug_printf("tls_close() from '%s': shutting down SSL\n");
   SSL_shutdown(*sslp);
   }