From: Andre Noll Date: Sat, 6 Aug 2011 19:44:56 +0000 (+0200) Subject: alsa: Kill useless log message. X-Git-Tag: v0.4.8~8 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=af3da6f54673a9af52e26465552db20e62d0e706 alsa: Kill useless log message. This message does not add much information and looks strange in case no alsa option was given. --- diff --git a/alsa_write.c b/alsa_write.c index 34a71f9b..5965159e 100644 --- a/alsa_write.c +++ b/alsa_write.c @@ -280,7 +280,6 @@ __malloc static void *alsa_parse_config_or_die(const char *options) { struct alsa_write_args_info *conf = para_calloc(sizeof(*conf)); - PARA_INFO_LOG("options: %s, %zd\n", options, strcspn(options, " \t")); /* exits on errors */ alsa_cmdline_parser_string(options, conf, "alsa_write"); return conf;