From: Jörg Krause Date: Tue, 4 Jun 2019 18:47:43 +0000 (+0200) Subject: Debug requested period size value X-Git-Tag: 3.3.2~4^2~23^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F860%2Fhead;p=thirdparty%2Fshairport-sync.git Debug requested period size value --- diff --git a/audio_alsa.c b/audio_alsa.c index 0c2702d9..956deba5 100644 --- a/audio_alsa.c +++ b/audio_alsa.c @@ -512,7 +512,7 @@ int actual_open_alsa_device(int do_auto_setup) { } if (set_period_size_request != 0) { - debug(1, "Attempting to set the period size"); + debug(1, "Attempting to set the period size to %lu", period_size_requested); ret = snd_pcm_hw_params_set_period_size_near(alsa_handle, alsa_params, &period_size_requested, &dir); if (ret < 0) {