commit | 43ba1b331c957e1f78b3309716f9bb38dfc32422 | [log] [tgz] |
---|---|---|
author | Cyril Bonté <cyril.bonte@free.fr> | Mon Nov 01 19:26:01 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 11 09:26:28 2010 +0100 |
tree | 2e5746ddab8447e25db41a1ce40b39bf3b766493 | |
parent | 17f449b214620cf3838fbf89a16736262a04ce5f [diff] |
[MINOR] startup: print the proxy socket which caused an error Add the address and port to the error message of the proxy socket that caused the error. This can be helpful when several listening addresses are used in a proxy. Edit: since we now also support unix sockets (which already report their path), better move the address reporting to proto_tcp.c by analogy. -Willy