MINOR: lua: Slightly improve function dumping the lua traceback
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 Mar 2021 13:48:45 +0000 (14:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Apr 2021 11:56:37 +0000 (13:56 +0200)
commitbbfe46c21f135e9cde54a293b6ef37b8d792925a
treee131b10094695fc3e1d230b9ec87a677ae42f2bd
parent545c08a3b247b8adfa77250eb277cc431bff9ddc
MINOR: lua: Slightly improve function dumping the lua traceback

The separator string is now configurable, passing it as parameter when the
function is called. In addition, the message have been slightly changed to
be a bit more readable.

(cherry picked from commit d09cc519bd0c04a0d1ec5bf23ed053c1e596851a)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 5326d6a152e7001c325ce3b00636132f0fb419eb)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit c4e150a99d5eb31ab7fd6355b9f21060b9433ccb)
Signed-off-by: Willy Tarreau <w@1wt.eu>
include/proto/hlua.h
src/hlua.c