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)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 Mar 2021 16:06:17 +0000 (17:06 +0100)
commit5326d6a152e7001c325ce3b00636132f0fb419eb
tree97fdcbe253c40e2bda6a06b8a4c2c38c8338afeb
parent6f7bcf69db190a0e8982dd54170ad7ed63b19da3
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>
include/haproxy/hlua.h
src/hlua.c