From: Mike Brady Date: Tue, 27 Nov 2018 17:44:45 +0000 (+0000) Subject: Quieten a few debug messages. X-Git-Tag: 3.3RC0~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7ee743a0ee00df1a1c01b79cf3fc75c01f64dd0;p=thirdparty%2Fshairport-sync.git Quieten a few debug messages. --- diff --git a/audio_alsa.c b/audio_alsa.c index 2bd6efb8..dc6f11d8 100644 --- a/audio_alsa.c +++ b/audio_alsa.c @@ -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 {