[master] 5be40a6 Kill another SLT_Debug message

Federico G. Schwindt fgsch at lodoss.net
Wed Jun 24 14:59:59 CEST 2015


commit 5be40a69317f23d7df9582192c5c37e01b8b621e
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Wed Jun 24 11:30:30 2015 +0100

    Kill another SLT_Debug message

diff --git a/bin/varnishd/cache/cache_vrt.c b/bin/varnishd/cache/cache_vrt.c
index df6bb96..3c408e3 100644
--- a/bin/varnishd/cache/cache_vrt.c
+++ b/bin/varnishd/cache/cache_vrt.c
@@ -53,8 +53,6 @@ VRT_error(VRT_CTX, unsigned code, const char *reason)
 
 	CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC);
 	CHECK_OBJ_NOTNULL(ctx->req, REQ_MAGIC);
-	VSLb(ctx->vsl, SLT_Debug, "VCL_error(%u, %s)", code,
-	    reason ?  reason : "(null)");
 	if (code < 100 || code > 999)
 		code = 503;
 	ctx->req->err_code = (uint16_t)code;



More information about the varnish-commit mailing list