commit | 67c2abc2f37c8762dd42ea484543a60b3b2987bd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 09 18:48:46 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 09 19:16:26 2014 +0200 |
tree | e008f6754c6a21b70369232f695164a61aced4ec | |
parent | ae30253c2714a67c3be4b142d61dbd4dac3c2240 [diff] |
MINOR: config: only report a warning when stats sockets are bound to more than 1 process Till now a warning was emitted if the "stats bind-process" was not specified when nbproc was greater than 1. Now we can be much finer and only emit a warning when at least of the stats socket is bound to more than one process at a time.