diff --git a/httpload.c b/httpload.c index 6cf1932..f9fed91 100644 --- a/httpload.c +++ b/httpload.c @@ -42,6 +42,8 @@ fetchtask(void *v) int fd, n; char buf[512]; + (void)v; + fprintf(stderr, "starting...\n"); for(;;){ if((fd = netdial(TCP, server, 80)) < 0){