diff --git a/src/haproxy.c b/src/haproxy.c index b730ab14a..4b4fdee70 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -1666,7 +1666,7 @@ int main(int argc, char **argv) } if (listeners == 0) { - Alert("[%s.main()] No enabled listener found (check the 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);