From d544360d5aef3afc27174777a6616f0393bba693 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 23 Aug 2010 13:39:16 +0200 Subject: [PATCH 1/1] fade: Print the mixer device. Otherwise the error "no such file" can be misleading. --- fade.c | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.30.2