aboutsummaryrefslogtreecommitdiff
path: root/metronome.c
diff options
context:
space:
mode:
Diffstat (limited to 'metronome.c')
-rw-r--r--metronome.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/metronome.c b/metronome.c
index 79d2fc2..adbae9d 100644
--- a/metronome.c
+++ b/metronome.c
@@ -69,7 +69,7 @@ static int set_alsa_params(snd_pcm_t *pcm_handle)
return -1;
}
if (snd_pcm_hw_params_set_buffer_size_near(pcm_handle, hwparams, &bufsize) < 0) {
- fprintf(stderr, "Failed setting sample rate\n");
+ fprintf(stderr, "Failed setting buffer size\n");
return -1;
}
if (snd_pcm_hw_params_set_channels(pcm_handle, hwparams, 1) < 0) {