From 255cc5184dc8483e4377d9de25670bd6e226cdba Mon Sep 17 00:00:00 2001 From: Lukas Tribus Date: Mon, 12 Sep 2016 21:42:14 +0000 Subject: [PATCH] MINOR: show Running on zlib version --- src/haproxy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/haproxy.c b/src/haproxy.c index 6d0681c64..96ecd0db6 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -292,6 +292,7 @@ void display_build_opts() #ifdef USE_ZLIB printf("Built with zlib version : " ZLIB_VERSION "\n"); + printf("Running on zlib version : %s\n", zlibVersion()); #elif defined(USE_SLZ) printf("Built with libslz for stateless compression.\n"); #else /* USE_ZLIB */