]> git.ipfire.org Git - thirdparty/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>
Fri, 3 Apr 2009 12:49:12 +0000 (14:49 +0200)
commit1772ece0252fa517ace6c554ee77ca09c3dda7e8
tree0656de538acc4f6f83711fe648c9aca3b86519fa
parent40d251637126d8104943ddb6e8c6b1790caf7159
[MINOR] fix several printf formats and missing arguments

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