X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fade.c;h=8eeb79e7d3f335b08ed1d2b8f3606e2fdec4cd6d;hp=f95ef4c843588fa821c0a07fc090d24b88f220b8;hb=28ea59db9b3cd2bd9d6be0f304d951aa550ea4d6;hpb=4108592dd3ac3a4cbee530b64c6f9c8b6a60be99;ds=sidebyside diff --git a/fade.c b/fade.c index f95ef4c8..8eeb79e7 100644 --- a/fade.c +++ b/fade.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1998-2009 Andre Noll + * Copyright (C) 1998-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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); }