]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: show Running on zlib version
authorLukas Tribus <luky-37@hotmail.com>
Mon, 12 Sep 2016 21:42:14 +0000 (21:42 +0000)
committerWilly Tarreau <w@1wt.eu>
Tue, 13 Sep 2016 05:55:59 +0000 (07:55 +0200)
src/haproxy.c

index 6d0681c646988a40e969984813aabcfbe4ac682d..96ecd0db6321ece65d2e1f61a200e2da2d825b90 100644 (file)
@@ -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 */