[master] e05ac94 Braino.

Poul-Henning Kamp phk at FreeBSD.org
Sat May 23 15:35:51 CEST 2015


commit e05ac94a893090707ea95bf16578b13388917165
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sat May 23 13:35:31 2015 +0000

    Braino.
    
    Spotted by:	fgs

diff --git a/bin/varnishtest/vtc_server.c b/bin/varnishtest/vtc_server.c
index 9700546..21fe298 100644
--- a/bin/varnishtest/vtc_server.c
+++ b/bin/varnishtest/vtc_server.c
@@ -420,7 +420,7 @@ cmd_server(CMD_ARGS)
 		if (!strcmp(*av, "-dispatch")) {
 			if (strcmp(s->name, "s0")) {
 				fprintf(stderr,
-				    "server -parallel only works on s0\n");
+				    "server -dispatch only works on s0\n");
 				exit(1);
 			}
 			server_dispatch(s);



More information about the varnish-commit mailing list