MINOR: debug: move the "recover now" warn message after the optional notes
authorWilly Tarreau <w@1wt.eu>
Thu, 7 Nov 2024 06:56:13 +0000 (07:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 7 Nov 2024 06:58:26 +0000 (07:58 +0100)
commit31d93dad1ebd5eedd312dec27e9d28499b232ccb
treefea9246bc871a44c3b1d9d77f7e67ed8c0b6ba78
parent5c0e150b009ecafa69e6977351f6d952c6171774
MINOR: debug: move the "recover now" warn message after the optional notes

At the end of the too long processing warning added by commit 0950778b3a
("MINOR: debug: add a function to dump a stuck thread"), there can be some
optional notes about lua and memory trimming. However it's a bit awkward
that they appear after the "trying to recover now" message. Let's just move
that message after the notes.

(cherry picked from commit 5dcf2012fc035e790c118590a12240e0769fbcaa)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/debug.c