From: Jens Axboe Date: Wed, 18 Jan 2006 19:31:43 +0000 (+0100) Subject: [PATCH] blktrace: woops, left debug fprintf() in there, kill it X-Git-Tag: blktrace-0.99.1~121 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5cc96acba28248e124451bd1023ba985af248599;p=blktrace.git [PATCH] blktrace: woops, left debug fprintf() in there, kill it --- diff --git a/blktrace.c b/blktrace.c index 4a1019c..6055a30 100644 --- a/blktrace.c +++ b/blktrace.c @@ -282,7 +282,6 @@ static int __read_data(struct thread_information *tip, void *buf, int len, while (!is_done()) { ret = read(tip->fd, buf, len); - fprintf(stderr, "got %d, block %d\n", ret, block); if (ret > 0) break; else if (!ret) {