Mailing List Archive

r937 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2006-09-07 07:41:13 +0200 (Thu, 07 Sep 2006)
New Revision: 937

Modified:
trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c
Log:
Remove debug entry


Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c 2006-09-07 05:40:09 UTC (rev 936)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor_kqueue.c 2006-09-07 05:41:13 UTC (rev 937)
@@ -66,7 +66,6 @@
}
assert(i == 0);
AZ(kevent(kq, ke, j, NULL, 0, NULL));
- VSL(SLT_Debug, 0, "KQ %d", j);
return;
}
CAST_OBJ_NOTNULL(sp, kp->udata, SESS_MAGIC);