]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Debug requested period size value 860/head
authorJörg Krause <joerg.krause@embedded.rocks>
Tue, 4 Jun 2019 18:47:43 +0000 (20:47 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2019 18:47:43 +0000 (20:47 +0200)
audio_alsa.c

index 0c2702d992c19ea278ad02b3f0d55889e424012b..956deba5f23bee40811818d1bd16bc03a753f460 100644 (file)
@@ -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) {