mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-09 01:50:06 +01:00
rtl_fm error messages from http://git.osmocom.org/rtl-sdr/tree/src/rtl_fm.c
This commit is contained in:
parent
174ad46a8c
commit
b4708390f9
7
testdata/rt_fm errors.txt
vendored
Normal file
7
testdata/rt_fm errors.txt
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Error Messages from RTL_FM
|
||||
|
||||
fprintf(stderr, "Signal caught, exiting!\n");
|
||||
fprintf(stderr, "Failed to open rtlsdr device #%d.\n", dongle.dev_index);
|
||||
fprintf(stderr, "Failed to open %s\n", output.filename);
|
||||
fprintf(stderr, "\nUser cancel, exiting...\n");
|
||||
fprintf(stderr, "\nLibrary error %d, exiting...\n", r);
|
||||
Loading…
Reference in a new issue