X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fade.c;h=d9f93ccf6c9f0f0452c748e2db0fbe67cfda200a;hp=38fcdfe7914a7afeb63ee37e6db43b32abfebbed;hb=d544360d5aef3afc27174777a6616f0393bba693;hpb=e8089cd5efad59a5eec689117acf563a38b8c6c7 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); }