commit | b40dc94a9a4717ae09f2ae66f150b491c4a2de02 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 07 12:10:51 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 11 09:26:28 2010 +0100 |
tree | 6a851ef6612b48598dcaca71d133372c539f4dd8 | |
parent | 43ba1b331c957e1f78b3309716f9bb38dfc32422 [diff] |
[MEDIUM] unix sockets: cleanup the error reporting path There were a lot of snprintf() everywhere in the UNIX bind code. Now we proceed as for tcp and indicate the socket path at the end between square brackets. The code is smaller and more readable.