summaryrefslogtreecommitdiff
path: root/tools/readtest.c
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-01-22 11:22:29 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-01-22 11:22:29 -0500
commita2e77c0c4eee8697ce5cde93e060cf5e78416d7b (patch)
treed2d0d1e476a4755a3167ab1f73ccc37831601d66 /tools/readtest.c
parent44ca3c948c00a5403400d8cd46e5258ab13ff5be (diff)
remove useless error output
Diffstat (limited to 'tools/readtest.c')
-rw-r--r--tools/readtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/readtest.c b/tools/readtest.c
index 89320c82ce..e6c565ff55 100644
--- a/tools/readtest.c
+++ b/tools/readtest.c
@@ -151,7 +151,6 @@ main (int argc, char* argv[])
for (n = 0; n < nfiles; ++n) {
if (read (files[n], (char*) data, block_size) != block_size) {
- fprintf (stderr, "read failed on file %d (%s)\n", n, strerror (errno));
goto out;
}
}