[master] 8c2ed731a OCD fix

Poul-Henning Kamp phk at FreeBSD.org
Mon Jan 28 08:19:07 UTC 2019


commit 8c2ed731af694eb78611d648b11d25a2894635f8
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 28 08:18:40 2019 +0000

    OCD fix

diff --git a/bin/varnishtest/vtc_logexp.c b/bin/varnishtest/vtc_logexp.c
index 11f046f95..957436d5d 100644
--- a/bin/varnishtest/vtc_logexp.c
+++ b/bin/varnishtest/vtc_logexp.c
@@ -323,7 +323,7 @@ logexp_dispatch(struct VSL_data *vsl, struct VSL_transaction * const pt[],
 			    VSL_BACKEND(t->c->rec.ptr) ? 'b' : '-';
 
 			if (legend != NULL)
-				vtc_log(le->vl, 4, "%3s| %10u %-15s %c %.*s",
+				vtc_log(le->vl, 4, "%-5s| %10u %-15s %c %.*s",
 				    legend, vxid, VSL_tags[tag], type, len,
 				    data);
 


More information about the varnish-commit mailing list