From 9b6a0259a77ba9395a1ff5b13af8cc8c4abadba7 Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Sun, 7 Aug 2022 18:03:43 +0100 Subject: [PATCH] Remove message when rewinding input file. For small input files this may be printed a very large number of times. --- host/hackrf-tools/src/hackrf_transfer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/host/hackrf-tools/src/hackrf_transfer.c b/host/hackrf-tools/src/hackrf_transfer.c index fc0cc9ea..4978316d 100644 --- a/host/hackrf-tools/src/hackrf_transfer.c +++ b/host/hackrf-tools/src/hackrf_transfer.c @@ -539,7 +539,6 @@ int tx_callback(hackrf_transfer* transfer) } while (bytes_read < bytes_to_read) { - fprintf(stderr, "Input file end reached. Rewind to beginning.\n"); rewind(file); bytes_read += fread(transfer->buffer + bytes_read,