From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 28 Feb 2022 07:00:25 +0000 (+1100) Subject: Fix a diagnostic message. X-Git-Tag: 4.1-rc1~24^2~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2706a6230471c117c368ed36c19cff5432f70484;p=thirdparty%2Fshairport-sync.git Fix a diagnostic message. --- diff --git a/rtp.c b/rtp.c index ad27b29c..7e38bbec 100644 --- a/rtp.c +++ b/rtp.c @@ -1467,7 +1467,7 @@ int get_ptp_anchor_local_time_info(rtsp_conn_info *conn, uint32_t *anchorRTP, if ((clock_status_t)response != conn->clock_status) { switch (response) { case clock_ok: - debug(1, "Connection %d: NQPTP new master clock %" PRIx64 " with anchor frame %" PRIx32 ".", conn->connection_number, + debug(1, "Connection %d: NQPTP new master clock %" PRIx64 ".", conn->connection_number, actual_clock_id); break; case clock_not_ready: