From 20313516cc907124c4a2546bd1bd4c9a5c2958ba Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Mon, 9 Apr 2012 00:27:15 +0200 Subject: disable bulk read timeouts ideally, we should calculate them depending on the configured sample rate --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 2ac196c..ddbee9e 100644 --- a/src/main.c +++ b/src/main.c @@ -171,6 +171,8 @@ int main(int argc, char **argv) #endif if (do_exit) fprintf(stderr, "\nUser cancel, exiting...\n"); + else + fprintf(stderr, "\nSystem cancel, exiting...\n"); fclose(file); -- cgit v1.3.1