mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-11 09:52:56 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -1666,7 +1666,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
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
|
||||
* never stopped them. */
|
||||
exit(1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue