[master] a28ad1e Ignore "Batch" VSL records, they clutter the output when using "debug +syncvsl"

Poul-Henning Kamp phk at varnish-cache.org
Thu Jun 27 12:15:30 CEST 2013


commit a28ad1e04889f26c913736821ef464056ea8813a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Jun 27 10:14:44 2013 +0000

    Ignore "Batch" VSL records, they clutter the output when using
    "debug +syncvsl"

diff --git a/bin/varnishtest/vtc_varnish.c b/bin/varnishtest/vtc_varnish.c
index d303943..21bd04b 100644
--- a/bin/varnishtest/vtc_varnish.c
+++ b/bin/varnishtest/vtc_varnish.c
@@ -232,6 +232,7 @@ varnishlog_thread(void *priv)
 		if (tag == SLT__Batch) {
 			tagname = "Batch";
 			len = 0;
+			continue;
 		} else {
 			tagname = VSL_tags[tag];
 			len = VSL_LEN(c->rec.ptr);



More information about the varnish-commit mailing list