]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] indicate the proxy type in the logs after a loss of servers
authorWilly Tarreau <w@1wt.eu>
Sun, 31 Dec 2006 16:46:05 +0000 (17:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 31 Dec 2006 16:46:05 +0000 (17:46 +0100)
commit2b5652f9fa2be87acedd5937e03ec531186c6643
tree5a206cec44c12d738601179f067d8b2a7d7d191f
parent13943abbd2fbced45096d44af6adc130fab31c6b
[MINOR] indicate the proxy type in the logs after a loss of servers

When the last server goes down in a backend, indicate 'backend' or
'listener' in the log message depending on the type of the backend.
include/proto/proxy.h
include/types/proxy.h
src/cfgparse.c
src/checks.c
src/proto_http.c
src/proxy.c