[MINOR] adjust error messages about conflicting proxies
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Nov 2007 06:04:43 +0000 (07:04 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Nov 2007 07:14:25 +0000 (08:14 +0100)
commit816eb54e9bdccc0251b35142b1dbc6381f737e1a
tree3773cf9aa7797eac5e2762402b59bc47edb83860
parent6eb730ded961e264328bece700df0ebaa1aa2190
[MINOR] adjust error messages about conflicting proxies

It's not easy to report useful information to help the user quickly
fix a configuration. This patch :
  - removes the word "listener" in favor of "proxy" as it has been
    used since the beginning ;

  - ensures that the same function (hence the same words) will be
    used to report capabilities of a proxy being declared and an
    existing proxy ;

  - avoid the term "conflicting capabilities" in favor of "overlapping
    capabilities" which is more exact.

  - just report that the same name is reused in case of warnings
include/proto/proxy.h
src/cfgparse.c
src/proxy.c