]> 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 16:19:21 +0000 (18:19 +0200)
commitee5c44a441963b3d18184889810c4d99100570a0
tree1005030c1bf4765a55d3c665b7b5276232489d77
parentb6633f32e21490b1d51e7dcbf5be8e935813f542
[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.

(cherry-picked from commit 1772ece0252fa517ace6c554ee77ca09c3dda7e8)
(cherry-picked from commit 8169959df85d50356a0beec0c74e23dcae1d7c32)
src/cfgparse.c
src/dumpstats.c
src/haproxy.c
src/log.c
src/memory.c
src/proto_http.c