]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: init: indicate to check 'bind' lines when no listeners were found.
authorWilly Tarreau <w@1wt.eu>
Sun, 9 Aug 2015 09:01:51 +0000 (11:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Aug 2015 09:01:51 +0000 (11:01 +0200)
It used to still mention '<listen>'.

src/haproxy.c

index b730ab14ac9ee1c170621649afca1ee7a194101e..4b4fdee70b8f51e22f4b329943627bdcf42b0d1b 100644 (file)
@@ -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);