From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 8 May 2021 18:51:46 +0000 (+0100) Subject: quieten a few debug messages X-Git-Tag: 1.1-dev~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf1bc120f47d2af49a56c129f6167992805640b;p=thirdparty%2Fnqptp.git quieten a few debug messages --- diff --git a/nqptp-message-handlers.c b/nqptp-message-handlers.c index f4020dd..261f36a 100644 --- a/nqptp-message-handlers.c +++ b/nqptp-message-handlers.c @@ -279,7 +279,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, "time: %" PRIu64 ", offset: %" PRId64 ", jitter: %+f ms.", reception_time, offset, + debug(3, "time: %" PRIu64 ", offset: %" PRId64 ", jitter: %+f ms.", reception_time, offset, 0.000001 * jitter); }