]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: log: simplify complex values usages in sess_build_logline()
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 26 Mar 2024 10:50:50 +0000 (11:50 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 26 Apr 2024 16:39:31 +0000 (18:39 +0200)
commitc5846000834852dc0972970e5768794fa4d97292
tree192e4bff37eee94982630fe9fbbda520ab0e17df
parent507223d527edb7fe965c4d3d6257973530aaa79a
CLEANUP: log: simplify complex values usages in sess_build_logline()

make sess_build_logline() switch case more readable by performing some
simplifications: complex values are first extracted in a temporary
variable so that it's easier to refer to them and at a single place.
src/log.c