[6.0] 028b602da Removing debugging

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 31 13:08:10 UTC 2018


commit 028b602da4cce4e9027b5c0d4db8c03bfac72d2a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Aug 28 21:36:48 2018 +0000

    Removing debugging

diff --git a/bin/varnishd/cache/cache_vrt_priv.c b/bin/varnishd/cache/cache_vrt_priv.c
index 1d7aff5a2..3d8606b43 100644
--- a/bin/varnishd/cache/cache_vrt_priv.c
+++ b/bin/varnishd/cache/cache_vrt_priv.c
@@ -197,7 +197,6 @@ void
 VCL_TaskEnter(struct vcl *vcl, struct vrt_privs *privs)
 {
 
-	VSL(SLT_Debug, 0, "%s %p %p %u", __func__, vcl, privs, privs->magic);
 	AN(vcl);
 	AZ(privs->magic);
 	VRTPRIV_init(privs);
@@ -209,7 +208,6 @@ VCL_TaskLeave(struct vcl *vcl, struct vrt_privs *privs)
 	struct vrt_priv *vp, *vp1;
 
 	AN(vcl);
-	VSL(SLT_Debug, 0, "%s %p %p %u", __func__, vcl, privs, privs->magic);
 	CHECK_OBJ_NOTNULL(privs, VRT_PRIVS_MAGIC);
 	VTAILQ_FOREACH_SAFE(vp, &privs->privs, list, vp1) {
 		VTAILQ_REMOVE(&privs->privs, vp, list);


More information about the varnish-commit mailing list