From 4a068f565b21f313cb39d9e855d84c886ecfe393 Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Wed, 6 Mar 2013 16:47:11 +0100 Subject: [PATCH] rtl_test: add info message Signed-off-by: Steve Markgraf --- src/rtl_test.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/rtl_test.c b/src/rtl_test.c index fa54628..f5a56b8 100644 --- a/src/rtl_test.c +++ b/src/rtl_test.c @@ -336,6 +336,13 @@ int main(int argc, char **argv) #endif } + if (!ppm_benchmark) { + fprintf(stderr, "\nInfo: This tool will continuously" + " read from the device, and report if\n" + "samples get lost. If you observe no " + "further output, everything is fine.\n\n"); + } + if (sync_mode) { fprintf(stderr, "Reading samples in sync mode...\n"); while (!do_exit) {