]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: cfgparse-listen: fix option httpslog override warning message
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 17 Sep 2024 13:34:44 +0000 (15:34 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Tue, 17 Sep 2024 13:40:02 +0000 (15:40 +0200)
commit17e52c922b577e1b677098b34e47cd0a85f31e8b
tree3af9f4504ccdc65678802117f1fe7af8f6c310f2
parentbc4bf5779f609a5cf7e6175530a4f1e3c095f6e7
BUG/MINOR: cfgparse-listen: fix option httpslog override warning message

"option httpslog" override warning messaged used to be reported as
"option httplog", probably as a result of copy paste without adjusting
the context. Let's fix that to prevent emitting confusing warning messages

The issue exists since 98b930d ("MINOR: ssl: Define a default https log
format"), thus it should be backported up to 2.6
src/cfgparse-listen.c