mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 06:41:32 +02:00
MINOR: init: indicate to check 'bind' lines when no listeners were found.
It used to still mention '<listen>'.
This commit is contained in:
parent
812c88ec12
commit
f2ee0162c3
@ -1666,7 +1666,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (listeners == 0) {
|
if (listeners == 0) {
|
||||||
Alert("[%s.main()] No enabled listener found (check the <listen> keywords) ! Exiting.\n", argv[0]);
|
Alert("[%s.main()] No enabled listener found (check for 'bind' directives) ! Exiting.\n", argv[0]);
|
||||||
/* Note: we don't have to send anything to the old pids because we
|
/* Note: we don't have to send anything to the old pids because we
|
||||||
* never stopped them. */
|
* never stopped them. */
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user