[master] d578e81 Be a little bit more communicative

Poul-Henning Kamp phk at FreeBSD.org
Wed Jan 25 10:46:05 CET 2017


commit d578e813583f3291614302f4056326e32ec1bc0f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jan 25 09:36:50 2017 +0000

    Be a little bit more communicative

diff --git a/bin/varnishtest/vtc_logexp.c b/bin/varnishtest/vtc_logexp.c
index e042e89..b564151 100644
--- a/bin/varnishtest/vtc_logexp.c
+++ b/bin/varnishtest/vtc_logexp.c
@@ -232,7 +232,7 @@ logexp_next(struct logexp *le)
 
 	CHECK_OBJ_ORNULL(le->test, LOGEXP_TEST_MAGIC);
 	if (le->test)
-		vtc_log(le->vl, 3, "waitfor| %s", VSB_data(le->test->str));
+		vtc_log(le->vl, 3, "expecting| %s", VSB_data(le->test->str));
 }
 
 static int __match_proto__(VSLQ_dispatch_f)
@@ -336,7 +336,7 @@ logexp_thread(void *priv)
 	AN(le->vslq);
 
 	AZ(le->test);
-	vtc_log(le->vl, 4, "beg|");
+	vtc_log(le->vl, 4, "begin|");
 	if (le->query != NULL)
 		vtc_log(le->vl, 4, "qry| %s", le->query);
 	logexp_next(le);



More information about the varnish-commit mailing list