From: Andre Noll Date: Mon, 23 Aug 2010 11:39:16 +0000 (+0200) Subject: fade: Print the mixer device. X-Git-Tag: v0.4.5~37 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=d544360d5aef3afc27174777a6616f0393bba693 fade: Print the mixer device. Otherwise the error "no such file" can be misleading. --- diff --git a/fade.c b/fade.c index 38fcdfe7..d9f93ccf 100644 --- a/fade.c +++ b/fade.c @@ -46,6 +46,7 @@ __printf_2_3 void para_log(__a_unused int ll, const char *fmt, ...) */ static int open_mixer(void) { + PARA_INFO_LOG("opening %s\n", conf.mixer_device_arg); return para_open(conf.mixer_device_arg, O_RDWR, 42); }