]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Quieten a few debug messages.
authorMike Brady <mikebrady@eircom.net>
Tue, 27 Nov 2018 17:44:45 +0000 (17:44 +0000)
committerMike Brady <mikebrady@eircom.net>
Tue, 27 Nov 2018 17:44:45 +0000 (17:44 +0000)
audio_alsa.c

index 2bd6efb8b4bc95147cc0843e4331a447e572c6bf..dc6f11d816d4a01e4b25a22149bc0855a5cdc05e 100644 (file)
@@ -895,8 +895,6 @@ int delay(long *the_delay) {
           // there's nothing in the pipeline, so we can't measure frame rate.
           frame_index = 0; // we'll be starting over...
           measurement_data_is_valid = 0;
-        } else if (*the_delay > 10000) {
-               debug(1,"long delay: %ld.",*the_delay);
         }
       }
     } else {