]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: hlua: use SEND_ERR to report errors in hlua_event_runner()
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 4 Mar 2024 10:19:46 +0000 (11:19 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Mon, 4 Mar 2024 15:48:48 +0000 (16:48 +0100)
commitf364f4670b3f95bc248d8b2ba58a215abd2e92f2
tree453b631415e0eb484f6e3cc1c07675474c9bc937
parente1b003165074e9b280e6cc703512e0ff15998a68
MINOR: hlua: use SEND_ERR to report errors in hlua_event_runner()

Instead of reporting lua errors using ha_alert(), let's use SEND_ERR()
helper which will also try to generate a log message according to lua
log settings.
src/hlua.c