From: Mike Brady Date: Sat, 16 May 2020 11:54:18 +0000 (+0100) Subject: Quieten a few debug messages. X-Git-Tag: 3.3.7d12~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bca704d5b71997a740e15f7a30602068d0217647;p=thirdparty%2Fshairport-sync.git Quieten a few debug messages. --- diff --git a/player.c b/player.c index fb16a3e8..f36417c5 100644 --- a/player.c +++ b/player.c @@ -1151,7 +1151,7 @@ static abuf_t *buffer_get_frame(rtsp_conn_info *conn) { filler_size = initial_silence_frames; else filler_size = max_dac_delay / (minimum_adjustments_to_make + 1); - debug(1,"Initial filler size: %" PRId64 " frames.", filler_size); + // debug(1,"Initial filler size: %" PRId64 " frames.", filler_size); } if (local_time_now > conn->first_packet_time_to_play) { @@ -1178,7 +1178,7 @@ static abuf_t *buffer_get_frame(rtsp_conn_info *conn) { // do some calculations int64_t lead_time = conn->first_packet_time_to_play - local_time_now; if ((config.audio_backend_silent_lead_in_time_auto == 1) || (lead_time <= (int64_t)(config.audio_backend_silent_lead_in_time * (int64_t)1000000000))) { - debug(1,"Lead time: %" PRId64 ".", lead_time); + // debug(1,"Lead time: %" PRId64 ".", lead_time); // debug(1,"Checking"); if (config.output->delay) {