From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 13 May 2021 20:13:02 +0000 (+0100) Subject: Quieten a message X-Git-Tag: 1.1-dev~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b79a2787f27f68b1f26b2653f134013af30ffbb;p=thirdparty%2Fnqptp.git Quieten a message --- 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); }