projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d08fb
)
alsa: Kill useless log message.
author
Andre Noll
<maan@systemlinux.org>
Sat, 6 Aug 2011 19:44:56 +0000
(21:44 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 13 Aug 2011 10:39:49 +0000
(12:39 +0200)
This message does not add much information and looks strange in case
no alsa option was given.
alsa_write.c
patch
|
blob
|
history
diff --git
a/alsa_write.c
b/alsa_write.c
index 34a71f9bd34b503fafdbb192d5479c1815846b49..5965159ed9e50af87401f4f2968d7155439bb568 100644
(file)
--- 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;