CONTRIB: halog: fix build issue caused by %L printf format
authorWilly Tarreau <w@1wt.eu>
Mon, 21 Dec 2020 07:29:09 +0000 (08:29 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 6 Jan 2021 13:36:01 +0000 (14:36 +0100)
commit6b20b8b4fa5f9e3cc465a78a42b12fb1456489b7
tree0f271405b9b7d06af07bc9326e9bef9eb8d32f4c
parent43b1cfa62aebbd8623297c423f5c9ab6901fba8e
CONTRIB: halog: fix build issue caused by %L printf format

%Ld isn't standard, %lld is more portable. In addition, the format
should be %llu since the printed values are unsigned. This should
address issue #1013.

(cherry picked from commit 2df860cb13e503fc8d80889bb93c20d5e8b24cd5)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
contrib/halog/halog.c