aboutsummaryrefslogtreecommitdiffstats
path: root/src/fl2k_fm.c
diff options
context:
space:
mode:
authorSteve Markgraf <steve@steve-m.de>2019-08-26 19:26:30 +0200
committerSteve Markgraf <steve@steve-m.de>2019-08-26 19:26:30 +0200
commit077613efc501195f4ad0018e9d94f848654f6c3e (patch)
treeed59d9ef7ad448e6dae7fbac35daafa4b219e556 /src/fl2k_fm.c
parentb8d33bfd820953982093b7a7db154a58d7f7bd9e (diff)
downloadosmo-fl2k-077613efc501195f4ad0018e9d94f848654f6c3e.tar.gz
osmo-fl2k-077613efc501195f4ad0018e9d94f848654f6c3e.tar.bz2
osmo-fl2k-077613efc501195f4ad0018e9d94f848654f6c3e.zip
improve exit handling on device removal
Diffstat (limited to 'src/fl2k_fm.c')
-rw-r--r--src/fl2k_fm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fl2k_fm.c b/src/fl2k_fm.c
index 5d14fba..f947fda 100644
--- a/src/fl2k_fm.c
+++ b/src/fl2k_fm.c
@@ -419,6 +419,7 @@ void fm_modulator_stereo(int use_rds)
void fl2k_callback(fl2k_data_info_t *data_info)
{
if (data_info->device_error) {
+ fprintf(stderr, "Device error, exiting.\n");
do_exit = 1;
pthread_cond_signal(&fm_cond);
}