]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix a diagnostic message.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 28 Feb 2022 07:00:25 +0000 (18:00 +1100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 28 Feb 2022 07:00:25 +0000 (18:00 +1100)
rtp.c

diff --git a/rtp.c b/rtp.c
index ad27b29cc7c350122c885e53e26089acc8a88791..7e38bbecebc1c649c3ed2ddb1ed168b38460b86d 100644 (file)
--- 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: