From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 17 May 2022 16:50:46 +0000 (+0100) Subject: quieten some debug messages. X-Git-Tag: 4.1-rc1~24^2~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00bc837bef95263b9a0997edc23210ea8868a33f;p=thirdparty%2Fshairport-sync.git quieten some debug messages. --- diff --git a/audio_alsa.c b/audio_alsa.c index ac380682..e22b71c1 100644 --- a/audio_alsa.c +++ b/audio_alsa.c @@ -884,7 +884,7 @@ int prepare_mixer() { audio_alsa.parameters = ¶meters; // likewise the parameters stuff if (alsa_mix_mindb == SND_CTL_TLV_DB_GAIN_MUTE) { // For instance, the Raspberry Pi does this - debug(1, "Lowest dB value is a mute"); + debug(2, "Lowest dB value is a mute"); mixer_volume_setting_gives_mute = 1; alsa_mix_mute = SND_CTL_TLV_DB_GAIN_MUTE; // this may not be // necessary -- it's diff --git a/rtp.c b/rtp.c index 4052c7e0..8148179f 100644 --- a/rtp.c +++ b/rtp.c @@ -1411,7 +1411,7 @@ int get_ptp_anchor_local_time_info(rtsp_conn_info *conn, uint32_t *anchorRTP, if (actual_clock_id == conn->actual_anchor_clock) { int64_t cumulative_deviation = conn->anchor_time - conn->actual_anchor_time; - debug(1, + debug(2, "The original master clock has become the master clock again." "The estimated clock time " "was %f ms ahead(+) or behind (-) the original master clock time.",