From: phk Date: Mon, 20 Aug 2007 10:39:05 +0000 (+0000) Subject: remove debugging message X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=876b2fdfc262b8d8c694500fc33dc970ad9f177d;p=varnish remove debugging message git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1884 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- 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