aboutsummaryrefslogtreecommitdiffstats
path: root/src/volume.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/volume.c b/src/volume.c
index 52ea571a5..ea9d1dd71 100644
--- a/src/volume.c
+++ b/src/volume.c
@@ -233,7 +233,7 @@ static int prepAlsaMixer(char *card)
if ((err = snd_mixer_attach(volume_alsaMixerHandle, card)) < 0) {
closeAlsaMixer();
- WARNING("problems problems attaching alsa mixer: %s\n",
+ WARNING("problems attaching alsa mixer: %s\n",
snd_strerror(err));
return -1;
}