mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 15:47:01 +02:00
CLEANUP: connection: reduce the with of the mux dump output
In "haproxy -vv" we produce a list of available muxes with their capabilities, but that list is often quite large for terminals due to excess of spaces, so let's reduce them a bit to make the output more readable.
This commit is contained in:
parent
d3b4cd11f7
commit
dddfec5428
@ -1605,7 +1605,7 @@ void list_mux_proto(FILE *out)
|
|||||||
else
|
else
|
||||||
side = "NONE";
|
side = "NONE";
|
||||||
|
|
||||||
fprintf(out, " %15s : mode=%-10s side=%-8s mux=%-8s flags=",
|
fprintf(out, " %10s : mode=%-5s side=%-6s mux=%-5s flags=",
|
||||||
(proto.len ? proto.ptr : "<default>"), mode, side, item->mux->name);
|
(proto.len ? proto.ptr : "<default>"), mode, side, item->mux->name);
|
||||||
|
|
||||||
done = 0;
|
done = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user