From 1b79a2787f27f68b1f26b2653f134013af30ffbb Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 13 May 2021 21:13:02 +0100 Subject: [PATCH] Quieten a message --- nqptp-message-handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nqptp-message-handlers.c b/nqptp-message-handlers.c index 77a698b..9c483fa 100644 --- a/nqptp-message-handlers.c +++ b/nqptp-message-handlers.c @@ -303,7 +303,7 @@ void handle_follow_up(char *buf, __attribute__((unused)) ssize_t recv_len, } else if ((clock_private_info->flags & (1 << clock_is_master)) != 0) { update_master_clock_info(clock_private_info->clock_id, (const char *)&clock_private_info->ip, reception_time, offset); - debug(1, "clock: %" PRIx64 ", time: %" PRIu64 ", offset: %" PRId64 ", jitter: %+f ms.", clock_private_info->clock_id, reception_time, offset, + debug(3, "clock: %" PRIx64 ", time: %" PRIu64 ", offset: %" PRId64 ", jitter: %+f ms.", clock_private_info->clock_id, reception_time, offset, 0.000001 * jitter); } -- 2.47.2