diff --git a/src/haproxy.c b/src/haproxy.c index b5e1dc973..37d4eea8f 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -185,6 +185,9 @@ void display_build_opts() "\n maxconn = %d, bufsize = %d, maxrewrite = %d, maxpollevents = %d" "\n\n", DEFAULT_MAXCONN, BUFSIZE, MAXREWRITE, MAX_POLL_EVENTS); + + list_pollers(stdout); + putchar('\n'); } /*