BUG/MINOR: lua: missing "\n" in error message
authorThierry Fournier <thierry.fournier@ozon.io>
Sat, 28 Nov 2020 23:55:53 +0000 (00:55 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 14 Dec 2020 10:38:26 +0000 (11:38 +0100)
commit8537af160c5d7f8c51cd6093f0fc0856686f8a11
tree6d8e16eb8cbe8be157e74bf655ebaa67ea6949a3
parenteb38345fd10f08da9aa67a44d6d0da12169b5811
BUG/MINOR: lua: missing "\n" in error message

Just replace ".n" by "\n"

This could be backported until 1.9, but it is not so important.

(cherry picked from commit de6145f747e38a5da455ccb8a84ebfc1cd2f517f)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 518017fb119b11fa3f0ceaba3258ea237513fadc)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 2a7ab9b27392cea15f36db16cdf9f1f0343c25af)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/hlua.c