Debug: fix openssl tls_close() debug output
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 29 Sep 2016 21:44:14 +0000 (22:44 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 29 Sep 2016 21:44:14 +0000 (22:44 +0100)
src/src/tls-openssl.c

index d9db7243f135bca82bbda77d675a70afe3b77e82..64dcab600183b448e86a2a734f8fde38d3e89bc4 100644 (file)
@@ -2504,7 +2504,7 @@ if (*fdp < 0) return;  /* TLS was not active */
 
 if (shutdown)
   {
-  DEBUG(D_tls) debug_printf("tls_close() from '%s': shutting down SSL\n");
+  DEBUG(D_tls) debug_printf("tls_close(): shutting down SSL\n");
   SSL_shutdown(*sslp);
   }