From 3370945c13ac29700dab2dc94aac850992573b80 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 7 Sep 2008 21:21:37 -0700 Subject: alsa: always print the period_time we set --- src/audioOutputs/audioOutput_alsa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/audioOutputs/audioOutput_alsa.c b/src/audioOutputs/audioOutput_alsa.c index 3fe8af080..62f34e854 100644 --- a/src/audioOutputs/audioOutput_alsa.c +++ b/src/audioOutputs/audioOutput_alsa.c @@ -246,9 +246,8 @@ configure_hw: goto configure_hw; } else if (err < 0) goto error; - if (retry != MPD_ALSA_RETRY_NR) - DEBUG("ALSA period_time set to %d\n", period_time); + DEBUG("ALSA period_time set to %d\n", period_time); if ((err = E(snd_pcm_hw_params_get_buffer_size, hwparams, &alsa_buffer_size)) < 0) goto error; -- cgit v1.2.3