]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: fix output alignment of stuck thread dumps
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Sep 2023 14:43:07 +0000 (16:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 Sep 2023 14:43:07 +0000 (16:43 +0200)
commitb3dcd59f8d0c519b66e028ee8de7f12a0095e251
tree9944470d9c69c66b9ef994e01f0082a80b2c1553
parent3c250cb84767e709d53ca985930cd0fc51605044
MINOR: stream: fix output alignment of stuck thread dumps

Since commit c185bc465 ("MEDIUM: stream: now provide full stream dumps
in case of loops"), the stuck threads show the stream's pointer in the
margin since it appears immediately after a line feed. Let's add it after
the prefix and "stream=" to make the output more readable.
src/debug.c