]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUILD] fix incorrect printf arg count with tcp_splice
authorWilly Tarreau <w@1wt.eu>
Sun, 26 Jul 2009 18:40:05 +0000 (20:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 26 Jul 2009 18:40:05 +0000 (20:40 +0200)
remove an extra arg.

src/haproxy.c

index 7dae2d539621babecd93bb67d3d843a2a7632d83..2a4ed6a7665f743f5b99fc8debcc9986b44a2527 100644 (file)
@@ -1054,7 +1054,7 @@ int main(int argc, char **argv)
                              "  Make sure you have enough permissions and that the module is loadable.\n"
                              "  Alternatively, you may disable the 'tcpsplice' options in the configuration\n"
                              "  or add 'nosplice' in the global section, or start with '-dS'.\n"
-                             "", argv[0], global.gid);
+                             "", argv[0]);
                        protocol_unbind_all();
                        exit(1);
                }