Change the ->open method of writers to void.
[paraslash.git] / fade.c
diff --git a/fade.c b/fade.c
index 38fcdfe7914a7afeb63ee37e6db43b32abfebbed..d9f93ccf6c9f0f0452c748e2db0fbe67cfda200a 100644 (file)
--- 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);
 }