]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a really noise message on verbosity 3.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 3 Sep 2021 14:38:28 +0000 (15:38 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 3 Sep 2021 14:38:28 +0000 (15:38 +0100)
audio_alsa.c

index 4aa6ee9b881ddbe0b3236e552cc10e6fc862dcf9..3afdd2ed4f1eafe71edab3c00ee10761bbebc9d6 100644 (file)
@@ -1667,7 +1667,7 @@ int do_play(void *buf, int samples) {
       }
 
       snd_pcm_state_t prior_state = state; // keep this for afterwards....
-      debug(3, "alsa: write %d frames.", samples);
+      // debug(3, "alsa: write %d frames.", samples);
       ret = alsa_pcm_write(alsa_handle, buf, samples);
       if (ret == samples) {
         stall_monitor_frame_count += samples;