MINOR: cli/activity: show the dumping thread ID starting at 1
authorWilly Tarreau <w@1wt.eu>
Thu, 16 May 2019 14:19:47 +0000 (16:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 May 2019 16:02:03 +0000 (18:02 +0200)
commit58d9621fc8613d06928a46a9b00ebaa5ef86979f
treef1b6ab8b7206ddf8f40adfc2050d1315a1bc006a
parent4c35693eb04bce629525affb49c628c1c3062139
MINOR: cli/activity: show the dumping thread ID starting at 1

Both the config and gdb report thread IDs starting at 1, so better do the
same in "show activity" to limit confusion. We also display the full
permitted range.

This could be backported to 1.9 since it was present there.
src/cli.c