[master] 13daded Use the proper VSL record

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Mar 29 18:53:04 CEST 2016


commit 13dadede38babbfd3fbecbe296bab9bc155bb3bc
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Mar 29 18:51:38 2016 +0200

    Use the proper VSL record

diff --git a/lib/libvmod_debug/vmod_debug.c b/lib/libvmod_debug/vmod_debug.c
index 0ce0271..9ab147d 100644
--- a/lib/libvmod_debug/vmod_debug.c
+++ b/lib/libvmod_debug/vmod_debug.c
@@ -493,7 +493,7 @@ vmod_barrier_sync(VRT_CTX, VCL_STRING addr)
 	AN(addr);
 	AN(*addr);
 
-	VSLb(ctx->vsl, SLT_VCL_call, "barrier_sync(\"%s\")", addr);
+	VSLb(ctx->vsl, SLT_Debug, "barrier_sync(\"%s\")", addr);
 	sock = VTCP_open(addr, NULL, 0., &err);
 	if (sock < 0) {
 		VSLb(ctx->vsl, SLT_Error, "Barrier connection failed: %s", err);



More information about the varnish-commit mailing list