mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 18:16:31 +01:00
alsactl: remove debug line in set_ctl_values()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
98de9f7905
commit
3ad94da0c8
1 changed files with 0 additions and 1 deletions
|
@ -480,7 +480,6 @@ static int set_ctl_value(struct space *space, const char *value, int all)
|
|||
}
|
||||
return 0;
|
||||
missing:
|
||||
printf("%i %i\n", type, count);
|
||||
Perror(space, "missing some ctl values (line %i)", space->linenum);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue