]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: startup: dump libs only in worker if started with -W -dL
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Tue, 29 Oct 2024 18:22:40 +0000 (19:22 +0100)
committerValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Wed, 30 Oct 2024 09:00:40 +0000 (10:00 +0100)
commitea824aebc1acc172e6cc8318ff6bc352fa03b94c
treea3b1fb0657edf6f1b9c1f84af72a1a846cb47edb
parentd1c6d44976d4b57862a85843887a4f775a6efb6c
BUG/MINOR: startup: dump libs only in worker if started with -W -dL

If haproxy was started with -W -dL, after master-worker refactoring we dump
libs to stdout twice in master and in worker processes. This is information is
redundant. So let's show linked libraries only in the worker context, if
haproxy was started also with -W.

This does not need to be backported, as related to the latest master-worker
rework.
src/haproxy.c