]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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 15:33:26 +0000 (16:33 +0100)
commitd09cc519bd0c04a0d1ec5bf23ed053c1e596851a
treeb564f9d3f97144c9ba69980bb593e750649d808a
parenta0fd35b05476b45d8a10a299a6b32c8cca0264d9
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.
include/haproxy/hlua.h
src/hlua.c