]> git.kaiwu.me - haproxy.git/commit
[MINOR] fix several printf formats and missing arguments
authorWilly Tarreau <w@1wt.eu>
Fri, 3 Apr 2009 12:49:12 +0000 (14:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 May 2009 15:47:01 +0000 (17:47 +0200)
commit8169959df85d50356a0beec0c74e23dcae1d7c32
treef9fdc56c9bef51d961aac72277aa32bcaceda694
parent5204fe322978ec72579d9fe03f8565dee1e73e47
[MINOR] fix several printf formats and missing arguments

[cherry-picked from commit 1772ece0252fa517ace6c554ee77ca09c3dda7e8]

Last patch revealed a number of mistakes in printf-like calls, mostly int/long
mismatches, and a few missing arguments.
src/cfgparse.c
src/checks.c
src/dumpstats.c
src/haproxy.c
src/log.c
src/memory.c
src/proto_http.c