commit | a3571668896a600c3ffc1427201abd03d80e6b49 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 20 21:59:12 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 20 22:02:09 2012 +0100 |
tree | 50983d04edd38b418a43e4ef113244a94fcc82f7 | |
parent | 2beef5888884adef538ffcc4b2da0a81cd21fe3d [diff] |
BUG/MINOR: log: add_to_logformat_list() used the wrong constants The <type> argument was checked against LOG_FMT_* but it was passed as LF_* which are two independant enums. It happens that the 3 first entries in these enums do match, but this broke some experimental changes which required another state, so let's fix this now.