]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
quieten some debug messages.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 17 May 2022 16:50:46 +0000 (17:50 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 17 May 2022 16:50:46 +0000 (17:50 +0100)
audio_alsa.c
rtp.c

index ac380682c7b0ace4e97292138d18b4306a20bf89..e22b71c1eaedeb0968445b1a25359da97ca3412a 100644 (file)
@@ -884,7 +884,7 @@ int prepare_mixer() {
           audio_alsa.parameters = &parameters; // 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 4052c7e0f72630a32b944378f2bfffc2dfc58753..8148179f99e747ae0928fa75c4418967d5f1ac00 100644 (file)
--- 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.",