projects
/
darkstat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
06e3d83
)
Remove verbose output I'm comfortable removing.
author
Emil Mikulic
<emikulic@gmail.com>
Sun, 15 May 2011 08:25:04 +0000
(18:25 +1000)
committer
Emil Mikulic
<emikulic@gmail.com>
Sat, 28 May 2011 10:10:53 +0000
(20:10 +1000)
cap.c
patch
|
blob
|
history
http.c
patch
|
blob
|
history
diff --git
a/cap.c
b/cap.c
index
57deb17
..
39630e9
100644
(file)
--- a/
cap.c
+++ b/
cap.c
@@
-342,7
+342,6
@@
cap_poll(fd_set *read_set
break;
#endif
}
break;
#endif
}
- /*FIXME*/if (want_verbose) fprintf(stderr, "%-20d\r", total);
cap_stats_update();
}
cap_stats_update();
}
diff --git
a/http.c
b/http.c
index
9796552
..
71ea528
100644
(file)
--- 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;
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) {
/* handle any errors (-1) or closure (0) in send() */
if (sent < 1) {