From 6c11fedb5e81bfdcc9e71475d265a4686daa917f Mon Sep 17 00:00:00 2001 From: V S Murthy Sidagam Date: Tue, 21 Apr 2015 09:24:41 +0530 Subject: Bug #16861371 SSL_OP_NO_COMPRESSION NOT DEFINED post push change: fixing valgrind failures --- vio/viossl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vio/viossl.c') diff --git a/vio/viossl.c b/vio/viossl.c index 86bd94260e4..f68e20ff64c 100644 --- a/vio/viossl.c +++ b/vio/viossl.c @@ -188,7 +188,7 @@ static int ssl_do(struct st_VioSSLFd *ptr, Vio *vio, long timeout, n= sk_SSL_COMP_num(ssl_comp_methods); DBUG_PRINT("info", ("Available compression methods:\n")); if (n == 0) - fprintf(stderr, " NONE\n"); + DBUG_PRINT("info", ("NONE\n")); else for (j = 0; j < n; j++) { -- cgit v1.2.1