From 854942df9232fce0bc375dc94eae8a4ed5f19b20 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Krause?= Date: Tue, 4 Jun 2019 20:47:43 +0200 Subject: [PATCH] Debug requested period size value --- audio_alsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.2