commit | 98d9fe21e012bc1f7e28b00b60a53cf81464fda2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Apr 10 14:37:32 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Aug 08 09:54:22 2018 +0200 |
tree | 7cd3db3f7afdd3974e029783546f0773e951254d | |
parent | 32f61c04211b64add6c8e59cc33435f152b1c702 [diff] |
MINOR: mux: Print the list of existing mux protocols during HA startup This is done in verbose/debug mode and when build options are reported.
diff --git a/src/haproxy.c b/src/haproxy.c index 406d731..bf982c5 100644 --- a/src/haproxy.c +++ b/src/haproxy.c
@@ -390,6 +390,8 @@ list_pollers(stdout); putchar('\n'); + list_mux_proto(stdout); + putchar('\n'); list_filters(stdout); putchar('\n'); }