From 876b2fdfc262b8d8c694500fc33dc970ad9f177d Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 20 Aug 2007 10:39:05 +0000 Subject: [PATCH] remove debugging message git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1884 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_acceptor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/varnish-cache/bin/varnishd/cache_acceptor.c b/varnish-cache/bin/varnishd/cache_acceptor.c index b30da4d7..0bc27882 100644 --- a/varnish-cache/bin/varnishd/cache_acceptor.c +++ b/varnish-cache/bin/varnishd/cache_acceptor.c @@ -103,8 +103,6 @@ sock_test(int fd) if (memcmp(&tv, &tv_rcvtimeo, l)) need_rcvtimeo = 1; need_test = 0; - printf("socktest: linger=%d sndtimeo=%d rcvtimeo=%d\n", - need_linger, need_sndtimeo, need_rcvtimeo); } void -- 2.39.5