mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-11 05:48:41 +00:00
MINOR: show Running on zlib version
This commit is contained in:
parent
dcbc5c5ecf
commit
255cc5184d
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user