[master] 7ccfbdd Remove a noise debug vsl
Poul-Henning Kamp
phk at FreeBSD.org
Fri Feb 7 13:04:15 CET 2014
commit 7ccfbdd73da6410edd3be697389b5f31fc4794f1
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Fri Feb 7 11:56:45 2014 +0000
Remove a noise debug vsl
diff --git a/bin/varnishd/cache/cache_obj.c b/bin/varnishd/cache/cache_obj.c
index 3c2f670..a92d29f 100644
--- a/bin/varnishd/cache/cache_obj.c
+++ b/bin/varnishd/cache/cache_obj.c
@@ -86,7 +86,6 @@ ObjIter(struct objiter *oi, void **p, ssize_t *l)
ol = oi->len;
while (1) {
nl = VBO_waitlen(oi->bo, ol);
- VSL(SLT_Debug, 0, "STREAM %zd -> %zd", ol, nl);
if (nl != ol)
break;
if (oi->bo->state == BOS_FINISHED)
More information about the varnish-commit
mailing list