From: Emil Mikulic Date: Sun, 15 May 2011 08:25:04 +0000 (+1000) Subject: Remove verbose output I'm comfortable removing. X-Git-Tag: 3.0.714~55 X-Git-Url: https://unix4lyfe.org/gitweb/darkstat/commitdiff_plain/9c44f79e20d18ece2bfd7de65114300c892fed64 Remove verbose output I'm comfortable removing. --- diff --git a/cap.c b/cap.c index 57deb17..39630e9 100644 --- a/cap.c +++ b/cap.c @@ -342,7 +342,6 @@ cap_poll(fd_set *read_set break; #endif } - /*FIXME*/if (want_verbose) fprintf(stderr, "%-20d\r", total); cap_stats_update(); } diff --git a/http.c b/http.c index 9796552..71ea528 100644 --- a/http.c +++ b/http.c @@ -753,8 +753,6 @@ static void poll_send_header_and_reply(struct connection *conn) sent = writev(conn->socket, iov, 2); conn->last_active = now; - verbosef("poll_send_header_and_reply(%d) sent %d bytes", - conn->socket, (int)sent); /* handle any errors (-1) or closure (0) in send() */ if (sent < 1) {