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)
committerWilly Tarreau <w@1wt.eu>
Wed, 18 Sep 2024 12:49:31 +0000 (14:49 +0200)
commit5ac8a0b27d973d4210f2479d97ee24aef0d5bf5d
tree7ed88be7347bdbe07c0a2ff7f0b98ab751244f53
parent278ee5c81bbef0b3c9525b1dd171ab7c736ac313
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

(cherry picked from commit 17e52c922b577e1b677098b34e47cd0a85f31e8b)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/cfgparse-listen.c