diff options
| author | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-04-09 00:27:15 +0200 |
|---|---|---|
| committer | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-04-09 00:27:15 +0200 |
| commit | 20313516cc907124c4a2546bd1bd4c9a5c2958ba (patch) | |
| tree | 0006169af1fa4ba664b68723a124624f06ecee70 /src/main.c | |
| parent | 1eb1c3e191b31bb1e7260042897ecf90bf214498 (diff) | |
disable bulk read timeouts
ideally, we should calculate them depending on the configured sample
rate
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
