mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 14:51:27 +02:00
MINOR: connection: report the mux names in "haproxy -vv"
Since the mux names appear at a few places (dumps etc), let's list them in front of supported mux protocols in "haproxy -vv".
This commit is contained in:
parent
b106ce1c3d
commit
ca2a3cc8d5
@ -1002,8 +1002,8 @@ static inline void list_mux_proto(FILE *out)
|
|||||||
else
|
else
|
||||||
side = "NONE";
|
side = "NONE";
|
||||||
|
|
||||||
fprintf(out, " %15s : mode=%-10s side=%s\n",
|
fprintf(out, " %15s : mode=%-10s side=%-8s mux=%s\n",
|
||||||
(proto.len ? proto.ptr : "<default>"), mode, side);
|
(proto.len ? proto.ptr : "<default>"), mode, side, item->mux->name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user