From: Lukas Tribus Date: Mon, 12 Sep 2016 21:42:14 +0000 (+0000) Subject: MINOR: show Running on zlib version X-Git-Tag: v1.7-dev5~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=255cc5184dc8483e4377d9de25670bd6e226cdba;p=thirdparty%2Fhaproxy.git MINOR: show Running on zlib version --- diff --git a/src/haproxy.c b/src/haproxy.c index 6d0681c646..96ecd0db63 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 */